Hello, $CM.getFieldById(field_Id).value is returning undefined for a
read only record permission field in edit mode. Is there a way to
accomplish this?
The line below doesn't seem to work to hide the lookup button of the
grid am I missing anything? $("#" +
$CM.getFieldById(fldIds.ActionPlans).clientId + "_Lookup").hide();