“Wait for field change in current item” workflow action in Sharepoint Designer

The "Wait for field change in current item" workflow action in the Sharepoint Designer only detects the change after the item is checked in. Imagine you have a document...

Custom Action for Sharepoint Designer

I'm going to create a custom action for Sharepoint Designer that creates a discussion thread in a discussion list based on the current list item. I'm going to use the...

SharePoint 2007 – Restore Closed Web Parts

In SharePoint 2007 web sites, web parts can be removed from a web part page using two methods: Closing the web part (by clicking the "X" button) Deleting the...

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 – 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 – 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...

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 2007 – Exporting Web Parts

When web parts are deployed in a SharePoint Site Collection, they become available in the Web Part Gallery, so that they can be added to web part pages. The...

SharePoint 2007: Tools Collection

Encontrei num post do blog do JOPX, este conjunto de tools para SharePoint 2007. SharePoint Tips Utility Pack - package of  SharePoint 2007 utilities for administrators and developers. Floating...

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...