• Set edit button disabled when parent record has certain state

    Hi, I want to create a dependency that sets the edit button to readonly when the parent case has a certain state. I came up with the following but it doesn't seem to work. Any idea's? <?php $dependencies['Documents']['DisableEditModeIfCaseClosed…
  • 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' =…