开发者

Sharepoint item locking after getting approved

开发者 https://www.devze.com 2022-12-24 08:23 出处:网络
I have a sharepoint custom list which has 5 columns ..the user should fill in first three columns and the other two should be lo开发者_Go百科cked for filling ..when the user enters the items and start

I have a sharepoint custom list which has 5 columns ..the user should fill in first three columns and the other two should be lo开发者_Go百科cked for filling ..when the user enters the items and start the workflow if the workflow gets approved the 3 columns should be locked for editing and then the other two should be available for editing .

Can someone please tell me how can i achieve this.

Thanks


You'd need to implement either custom field types for the columns you're describing, or implement an event handler on the list with custom logic. Alternatively, you could implement a custom edit form for the list with the business logic for exposing fields as editable baked in, but you would need to ensure that your users do not alter field values via other means (external applications, data sheet view, etc.).

No out of the box fields support this, nor are there any list settings to enable such a scenario.

0

精彩评论

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