Reputation: 6655
When a user uploads a document, I need them to be able to manage permissions on that particular document, but only have Contributor access to other documents. Ideas on how to do that? If there is a patch already out there, that would be nice.
My Ideas
Upvotes: 0
Views: 89
Reputation: 422
To save you having to start writing event handlers etc... have you checked out the Custom Workflow Activities on CodePlex here: http://spdactivities.codeplex.com/ as one of the activities deals with giving permissions to the item the workflow is running on.
Hope this helps.
Upvotes: 1
Reputation: 5283
I support your idea you can write a Item event reciever and on itemadded event make the creator of the document as the owner of the document you might have to use spelevated privalages to provide him the same permissions
Upvotes: 1