ReadOnly field not working in sugarcrm 6.4.4

Hi All

       I have a custom checkbox field in accounts.And i want to make in readonly in create view as well as edit view.

I have used /custom/Extension/modules/Accounts/Ext/Vardefs/test.php Shijin Krishna Ajay Kumar

<?php

$dictionary['Account']['fields']['test_c']['readonly']=true;

?>

But it is not working.

Parents Reply Children
No Data