1,627 articles and 11,802 comments as of Monday, July 12th, 2010

Which is a natural concern, with all the different web parts and scripts that’s being injected SharePoint portals these days. To end Monday off (in my neck of the woods anyway), I thought I’d make a quick post on what I do in my projects.

Sounds like a pretty reasonable suggestion and the Calendar lists NewForm.asx already sets the Start time to the current time – shouldn’t be too hard, right?

One of the more frustrating (albeit understandable) elements of working with calculated columns is the restrictions on what column types can be referenced in your formulas. What it all boils down to is that you can only reference fields that have a return type of “Text” and these must be in the form of a single value (i.e. “Single line of text”, “Number”, “date/Time”, etc.). What you can’t reference is things that can have more than one value or more than one line (“Lookups”, “Multiple Select” choice fields, “Multiple lines of text”, etc.)…or can you?