Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have issue in Custom Workflow. My requirment is like this.

There are 3 status are there for this workflow - Pending, Require Calrification, Approved.


Process of the workflow is follows

1.Submitter: - Will enter the data into the list using the add form. Once he verifies the data he will then submit the data. That item will then go into “Pending” status and will be in queue for Supervisor.

2.Supervisor (Pending):- only items with “Pending” status will be available for Supervisor for verification and approval. He can approve the item or send it back for corrections. If approved the item will be in “Approved” state and if sent back to submitter item will be in “Require Clarification” state.

3.Once Supervisor approves the item, status will update with “Approved”.

4.Forms with “Require Clarification” status will go back to submitter for clarifications and modifications. Once again submitter will submit the item with modified values.

5. Thisa process will go on till item approves.


Can you pleae guide me to create this workflow in Visual studio 2010 for Sharepoint Foundation.

-Sai
Posted

1 solution

You can create a workflow that is triggered on item added event. Build a State Machine Workflow as it will give you more control over the Require Clarification part of the workflow. Use Task List as Inbox and filter it based on the logged in user, hence the Supervisor will see tasks assigned only to him/her.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900