Search Results

0
votes

sharepoint WSS workflow - “failed on start” error

Tricky. At this point my guess is that your best bet is to open your workflow files, which you can access from SharePoint Designer (open your original/root/template web in it). Once you've …
0
votes

Combining different lists data and showing it in a webpart

If you don't want to code, I guess the Google term to use for pre-built solutions is "SharePoint list roll-up". …
1
vote

Hiding a SharePoint Custom Field Type in Edit and Create mode

Generally you set the SPField.ReadOnlyField property to True to achieve the desired behaviour for any field. (Don't forget to SPField.Update accordingly!) There is an equivalent CAML attribute for …