i need to fire an event (or start a workflow) when the permissions of a List-Element (ListItem) have been changed. ‘ItemUpdating’ / ‘ItemUpdated’ won’t fire (since the ListItem itself is not updated, i suppose), so how can it be done?
Share
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.
I’m afraid that is not possible.
Maybe you can take another approach: build an alternate way for users to change the permissions of an item. When the user applies the permissions (using the UI you’ve built), you can trigger an event, or start a workflow.
Going further, you could replace the default ‘Manage permissions’ option in the ECB and replace it with a link to your custom permissions management UI. More information: http://www.helloitsliam.com/archive/2007/08/10/moss2007-%E2%80%93-item-level-menus-investigation.aspx