Set Duration for New Icon Indicator in SharePoint

To Set the Duration for New icon in SharePoint (the indicator which shows next to new items) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.

SPWebApplication WebApp = SPWebApplication.Lookup(new Uri(WebAppURL.Text));

WebApp.DaysToShowNewIndicator = 3;

WebApp.Update();

[…]

Microsoft Office 2010 Technical Preview

Do you want to get the Technical Preview copy of Office 2010 Register Here

SharePoint 2010 System Requirement

SharePoint Team has announced the preliminary System Requirements for SharePoint 2010.

SharePoint Server 2010 will be 64-bit only. SharePoint Server 2010 will require 64-bit Windows Server 2008 or 64-bit Windows Server 2008 R2. SharePoint Server 2010 will require 64-bit SQL Server 2008 or 64-bit SQL Server 2005.

Microsoft SharePoint Workspace 2010

Check the Video Here on: What’s new in SharePoint workspace 2010(Formerly Microsoft Office Groove)

Approval Workflow goes to Infinite Loop while Editing

In SharePoint Out of the Box Approval workflow for content approval has issue while triggering workflow when the item is changed, the status will remain on “InProgress” or “Pending” even though the item is approved.

Microsoft has released the hotfix for this issue. It can be downloaded from here