Tip#1: Do not user spaces & special characters in sharepoint list field name. It may create problem when you are accessing the data using Sharepoint object model & playing with CAML.
Tip#2: To view Sharepoint Webpart page in maintenance view append ?contents=1 at the end of URL.
For example: http://sevrer:1000/site1/webpartpage1.aspx?contents=1 will open Webpart page webpartpage1.aspx in maintenance view.
Tip#3: Getting XML Data From a SharePoint List – The Easy Way
Tip#4: To view Sharepoint Workflow History List[All workflow history items] use this path:
http://ServeName:Port/Lists/Workflow%20History/AllItems.aspx
No comments:
Post a Comment