Hello.
I need to block some properties in document
Can I add permission for some group of users to update only few properties of document, such as description, but to block other attributes, allow only to read them.
Alfresco 5.1
Thank you.
Hello.
I need to block some properties in document
Can I add permission for some group of users to update only few properties of document, such as description, but to block other attributes, allow only to read them.
Alfresco 5.1
Thank you.
Alfresco does not support blocking partial sets of properties based on permissions. You would have to implement something with regards to this yourself from scratch using AOP interceptors on the NodeService.