We created a new module via Module Builder. We have a custom ACL defined in custom/data/acl. We do not want the new module to be visible in the Roles as we have a custom ACL. How can we exclude the module from appearing in Roles?
We created a new module via Module Builder. We have a custom ACL defined in custom/data/acl. We do not want the new module to be visible in the Roles as we have a custom ACL. How can we exclude the module from appearing in Roles?
To prevent the new module from appearing in the Roles section, you can add the following Vardef to your module’s dictionary file:
$dictionary['Custom_Module']['hidden_to_role_assignment'] = true ;
Setting this value to true
will hide the module from the Roles view.
Please let me know how this solution works for you, and your feedback is appreciated!
---
Best Regards,
Mohammed Jhosawa
SugarCRM Solution Architect
To prevent the new module from appearing in the Roles section, you can add the following Vardef to your module’s dictionary file:
$dictionary['Custom_Module']['hidden_to_role_assignment'] = true ;
Setting this value to true
will hide the module from the Roles view.
Please let me know how this solution works for you, and your feedback is appreciated!
---
Best Regards,
Mohammed Jhosawa
SugarCRM Solution Architect