Note that Zurich seems to add the limitation that tables with rotation enabled no longer work with Record Watcher. Tables with rotation are blacklisted, but don't show up in the normal properties that show tables that are blacklisted for Record Watch...
If you're going to use this methodology with a ui_reference field then there are three elements you need to disable.document.getElementById('b_plan_name').disabled=true;document.getElementById('sys_display.b_plan_name').disabled=true;document.getElem...
disabling field type of ui_reference is tricky.Assuming a field in HTML section declared as <g:ui_reference name="group" id="group" table="sys_user_group">You will need to disable three separate elements.var groupField1 = gel("group");var groupField2...