Archive for January, 2010

SharePoint Looping Workflow – How to: Loop through and process all list items

Posted on January 22nd, 2010 by Master-SharePoint  |  Comments Off

SharePoint Looping Workflow

How to configure a workflow using SharePoint Designer and OOB workflow actions to loop through each item in a SharePoint list and perform calculations, processing and updates on each item. A number of lists and workflow are used to enable the looping functionality using standard SharePoint Designer workflow activities.

Installing Service pack 2 (SP2) or later for SharePoint may result in looping workflow functionality being lost, as “On Change” workflows won’t re-initiate a new instance of the workflow when the current item is updated. The method explained in this article to create looping workflows in SharePoint will work in environments with or without SP2 installed. This is achieved by configuring the loop control workflow to start when a new item is created with a specific value in the “title” field. When the “loop control” item is created, the workflow will initiate the next iteration of the loop by modifying the next item in the list to be processed . This will initiate the item processor sub-workflow that performs calculations, processing, etc. on the current item. Once the item has been processed, the final step of the “Item Processor” workflow is to create a new “Loop control” item, which results in the process repeating until all items in the list have been processed. The workflow will stop once all items have been processed, as it will not be able to find the a list item which matches the required criteria. A custom “Processed” column/field (Boolean) in the list containing the items being processed is used to find the next item in the list to be processed, and is updated to initiate the “Item Processor” workflow for the item.

SharePoint Looping Workflow

InfoPath Forms in SharePoint

Posted on January 20th, 2010 by Master-SharePoint  |  Comments Off

InfoPath Forms in SharePoint

Submit InfoPath form to SharePoint List or Library using Content Type

The following article demonstrates how to integrate an InfoPath form with a SharePoint form library, using a centralised template stored in a SharePoint document library and linked to a site Content Type. The form is set up to submit to a SharePoint form library

http://blog-sharepoint.blogspot.com/

InfoPath Forms in SharePoint

Integrate InfoPath Form with SharePoint Workflow

How to integrate InfoPath forms with workflow in SharePoint to give greater control over the functionality and user interface.

When an InfoPath form is set up to submit to a SharePoint library, fields in the form can be mapped to columns/fields in the SharePoint library, or a content type which is associated with a document library. See Submit InfoPath form to SharePoint List or Library using Content Type for details and an example of how to submit an InfoPath form to a SharePoint document library.

InfoPath Forms in SharePoint

SharePoint Resources

Posted on January 15th, 2010 by Master-SharePoint  |  1 Comment »

How to wait for a change in any list, wait for multiple field changes in the current item (SharePoint Workflow)

The article explains how to configure a workflow which uses Standard (OOB) workflow actions and is developed using Share…

A tutorial for creating Data Views for a list in SharePoint that are formatted based on each item\’s meta data. This can…

This tutorial demonstrates how to create a custom Publishing Page using SharePoint Designer. The process involves creati…

How to integrate InfoPath forms with workflow in SharePoint to give greater control over the functionality and user inte…

SharePoint Development & Administration Forums to help learn how to administer, develop and troubleshoot SharePoint envi…

Read the rest of this entry »

SharePoint Web.Config

Posted on January 13th, 2010 by Master-SharePoint  |  Comments Off


SharePoint Web.Config

Where is SharePoint web.config?

There is a separate web.config file for each Web Application / IIS Website which is running an instance of SharePoint. For example, if Sharepoint, Central Admin and the MySite host are all running as separate Web applications (different Application pools) on separate IIS sites, there will be a web.config file in the root of the virtual directory for each application. There is also a separate web.config file which contains configuration details for the “_layouts”, “_catalogs”, etc directories of SharePoint sites.