Created
June 25, 2019 05:08
-
-
Save hatimalam/b6da15cec6c75423c5aede51f3997e70 to your computer and use it in GitHub Desktop.
Enable ACL vardef for Product Catalog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Overriding PC bean to enable ACL | |
* custom/Extension/modules/ProductTemplates/Ext/Vardefs/enable_acl_vardef.php | |
*/ | |
$dictionary['ProductTemplate']['acls'] = array('SugarACLLockedFields' => true, 'SugarACLStatic' => true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment