There are 3 different business context:
- Work
- Personal
- Entertainment
When a user comes into the wiki site, there will be a visual webpart embedded in the form to scope this document to 1 of the above 3 context. So if the user would like to post a Work-related wiki article, he can select an option (dropdown list or radio button etc, but on my POC it's only a textbox :P) and when he click on the sharepoint save & close button
the permission of the article will be restricted based on predefined rules.
Solution (after some thoughts):
- Event receiver to set permissions
- Using HttpContext in EventReceiver synchronous events (itemAdding & itemUpdating) to get the value to b
- Customising the master page to include a VWP (visual webpart) to allow user select "context"
No comments:
Post a Comment