开发者

Workflow lock "edit item"

开发者 https://www.devze.com 2023-01-09 10:57 出处:网络
Is it possible to disable \"edit item\" in a Sharepoint List when a custom workflow is running? May开发者_开发知识库be a property in the workflow that can be affected?

Is it possible to disable "edit item" in a Sharepoint List when a custom workflow is running? May开发者_开发知识库be a property in the workflow that can be affected?

Thanks, David Esteves


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

0

精彩评论

暂无评论...
验证码 换一张
取 消