04-22-2022 05:18 AM
I have a site and within this site there is a folder that everyone has access to.
but I need to make sure that in my document only the site managers have access.
I want to inherit permission for everyone except site managers.
I used a script inside: (Repository > Data Dictionary > Scripts):
//Removing everyone's permission
document.setInheritsPermissions(false);
//Giving permission to Site Managers only
document.setPermission("SiteManager");
Permission to Site Managers group is not working what do I do.
Thank you very much in advance
04-22-2022 08:08 AM
Hope this helps:
https://gist.github.com/douglascrp/0a6353ae143e71466358c93b7e77c225
Explore our Alfresco products with the links below. Use labels to filter content by product module.