Is it possible to disable “edit item” in a Sharepoint List when a custom workflow is running?
Maybe a property in the workflow that can be affected?
Thanks,
David Esteves
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a custom activity to set read-only permissions on the item in the beginning of the WF and then to restore the original permissions in the end.
Take a look at this selection of custom activities at CodePlex:
link text