sharepoint-workflow

How to ensure all steps in form gets completed in order

I have an Excel spreadsheet which must be converted to a workflow. The spreadsheet is simply used for our employees to follow a certain order while doing specific tasks. There are roughly 20 steps per task and each task must be performed in order with the approval of two people to ensure each step was completed successfully. Ideally I w...

SPSite.BypassImpersonationStateCheck - a mystery showing up in Sharepoint error logs

In the process of tracking down an elusive Sharepoint custom workflow problem, I cranked up the verbosity level on our sandbox MOSS server and noticed the following error message start popping up: SPSite should not be used with mixed impersonation state. If you do want to cache an SPSite created within RunWithElevatedPrivileges, call...

How to use custom WrkTaskIp.aspx page in custom sharepoint workflow ?

I have created as custom task edit browser enabled Infopath form which successfully gets open when user clicks on Edit task. But by default it opens up in the WrkTaskIP.aspx page which is available in 12 hive..Layouts folder. Now the default WrkTaskIP form provides two following options as hyperlinks 1. Delete item, and 2. A link to na...

Item level permission for sharepoint custom list ,

Hi all, I have created a custom list with work flow associated with that. The workflow takes the item through different levels of approval. My workflow scenario is like Say an initiator add an item, which will go to manager for approval. When the manager approves, few columns in the current list will get updated. On manager approval it...

custom workflow visual studio 2010 for SharePoint 2010

Hi Everybody, I have written a custom workflow in visual studio 2010 with custom Task Edit Form which is associated with content type and that content type is in turn associated with Task List. When an item is created in the target list to which my custom workflow is attached, a task item is created when I click on that task item it l...