Disable any field in SugarCRM

November 17, 2011

In *viewdefs.php you can define the following:

array (
‘name’ => ‘myfield’,
‘label’ => ‘LBL_MYFIELD’,
‘displayParams’ => array(‘javascript’=>’disabled=”disabled”‘)
),


Follow

Get every new post delivered to your Inbox.