We have a document library in Sharepoint 2013(standard version) site. Everybody has Contribute access on this library. However, when a document is uploaded in this library, only the owner of the document(created by) retains the Contribute access on the document and others get Read only access. I have achieved this using simple SP workflow usingimpersonation step.This workflow is triggered whenever a new item is created.
My requirement is to run this only when a document (pdf,word,ppt etc) is uploaded. I do not want to impersonate when a Folder is created as I want others to contribute in this folder.
Is there any way to achieve this?
Any suggestions would be highly appreciated.
Thanks,
RN_SPUser