Search This Blog

Sunday, March 22, 2009

Best Practices : WSS 3.0 & SharePoint 2007

Best Practices Resource Center for SharePoint Server 2007 (http://technet.microsoft.com/en-us/office/sharepointserver/bb736746.aspx)

A single source that you can find best practices around WSS 3.0 and Microsoft Office SharePoint Server 2007.

Tuesday, March 17, 2009

Sharepoint Tips

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