Hi, how should I provide access control for this?
A person to deposit document and read only. Another person to be the author of this document to enable to edit and delete the document as well as create new document.
I have tried Author with no delete right, but still can edit the document - not what I want.
Thanks
Subject: How to give access control
Given that Depositor access and Reader access are (to a degree) exclusive, I think that you would need to create two roles within the ACL - one for each level of access. You would then need to associate both of these roles with the depositing reader.
Author access relies on the presence of Authors fields within documents. You will therefore need to ensure that your forms allow the creators either to specify authors, or that they compute authors based on some business logic.
Subject: How to give access control
I read that if the “Created by” field is Text and computed, the author cannot edit its document? Is this correct?
Can I have multiple Editors Access for sub-database? Eg. I have 3 sub-databases in a main database, I would like to provide “Editor” right to each respective sub-database. Thanks