• Can I use a dependency to set entire record to read only?

    I know how to use a dependency to set one or more fields to ReadOnly but is there a simple way to set EVERY field in a record to read only without having to do it for each field? I would like to avoid using the controllers to get it done for each view…
  • Record View Row Not Collapsing When Dependency Based Field Is Defined as Read-Only

    Field Vardef: 'rate_guarantee' => array ( 'required' => false, 'name' => 'rate_guarantee', 'vname' => 'LBL_RATE_GUARANTEE', 'type' => 'int', 'massupdate' => false, 'default' => '', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' =…
  • How to freez/readonly strings of textarea on condition

    Hi Everyone, I have created Textarea field, once data is entered by the any user, next time when some other user try to edit that textarea field it can be editable but old text area data given should not be removed (i'e freez)but can be extended. Does…