SharePoint event when changing permissions on ListItems?

I need to fire an event (or fire a workflow) when the List-Element (ListItem) permissions have been changed. "ItemUpdating" / "ItemUpdated" will not fire (since the ListItem itself is not updated, I suppose), so how can this be done?

+3
source share
1 answer

I am afraid that this is impossible.

Perhaps you can take a different approach: create an alternative way for users to change access rights to an element. When a user applies permissions (using the user interface that you created), you can trigger an event or start a workflow.

, " " . : http://www.helloitsliam.com/archive/2007/08/10/moss2007-%E2%80%93-item-level-menus-investigation.aspx

+3

Source: https://habr.com/ru/post/1697106/


All Articles