SharePoint 2007 – Checking if a Workflow Instance is Completed

Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents"...

SharePoint Infrastructure Update and SharePoint SP1 environments

0
Great news.For some reason if you need to install a Publishing Site, developed in a SharePoint 2007 with infrastructure update, in a SharePoint 2007 with only SP1 o you...

Integrate SharePoint Server 2007 with Search Server 2008

0
If you have a client that needs a SharePoint 2007 Farm, with for example one SharePoint front-end and a index server, Microsoft recommends that you install, in the index...

SharePoint 2007 – New instances of this workflow template are currently disallowed

When creating a new custom workflow project using Visual Studio 2008, a strong key file (.snk) file is automatically included in the project to sign the workflow assembly. A...

Apply Changes to SharePoint Theme to all sites and subsites

0
This post can be used to resolve two problems/issues of SharePoint 2007/2010 and WSS 3.0. When you define the site theme, is created the _themes folder on the site (you...

SharePoint 2007 – Start a Workflow Programmatically

Introduction This blog post will show you how to start a workflow programmatically every time an item is updated in a SharePoint list. For those who don’t know, Windows Workflow...

SharePoint 2007 – Getting an SPListItem by ID after a Search

After making a search to a SharePoint site, it isn't always easy to get a reference to each item returned in the search. This is because we don't know...

SharePoint 2007 – “Value does not fall within the expected range” when updating an...

A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying to update an SPListItem that...

SharePoint 2007 – Save Site As Template in Publishing Sites

One situation that you may have experienced is the lack of the "Save site as template" link in the Site Settings page of a MOSS 2007 site even if...

WCM – Save Site as Template

0
If you want to save a site as template in a SharePoint 2007 Internet Site you don't have that option in the Site Settings page, so you have to...