Make an Edit View field Read Only based on User Role

SugarCRM, SuiteCRM Navin Rakhonde
Make Work Phone read-only of a Contact for certain role users! Steps are as below, Step 1: As it is SugarCRM's module, copy modules/Contacts/views/view.edit.php to custom/modules/Contacts/views/view.edit.php or edit if it already exists at custom/modules/Contacts/views/view.edit.php In function display() add following piece. function display(){ // add this if function display doesn't exist…
Read More