Search Results

1
vote

Auto number column in SharePoint list

If you want something beyond the ID column that's there in all lists, you're probably going to have to resort to an Event Receiver on the list that "calculates" what the value of your unique identi …
0
votes

SharePoint List calculations

If you have requirements for a display like this, you may find it easier to not store it as a column at all but just do a data form web part using SharePoint Designer (or your web part creation mec …
1
vote

Is it possible to use custom data types for MOSS user profile properties?

As near as I can tell there is a fixed set of available types for user profile properties. As noted …