Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I've been creating reusable workflow in sharepoint designer 2010.You can see screenshot of workflow code by clicking on below link.

My custom approval Worfklow code image

i tried different approches like Check out current list item, and check in item, but workflow gives an error like "please make sure item has already been checked out".

All in all, i want to check approve status from approval process, and depending on status i want any change in existing list item saved in list, if approved, simply mail to creator, if rejected, changed version of existing list item should be discarded.

Kindly help

share|improve this question
"My custom approval Workflow code image" is not directing to image. please provide correct url – user851316 2 days ago

1 Answer

please use event receivers http://ranaictiu-technicalblog.blogspot.com/2010/10/sharepoint-2010-content-approval-events.html

share|improve this answer
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – John Chapman Oct 19 '12 at 21:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.