Field visibility Issue for non-admin users in Cab agenda item table Issue ProblemNon-admin users are unable to see the 'Task' field in the table 'cab_agenda_item' on create mode. Steps to reproduce Connect a non-admin userGo to cab_agenda_item.doObserve the task field is not visible on the form ReleaseGenericCauseRoot CauseIn this case, the issue was caused by the 'glide.sys_reference_row_check' property being enabled, which restricted visibility of the 'Task' field for non-admin users in create mode.ResolutionSteps to Resolve1. Disable the property 'glide.sys_reference_row_check' on the instance. 2. Verify that the 'Task' field becomes visible for non-admin users in create mode after the property is disabled. Note: The System Property glide.sys_reference_row_check controls whether Access Control List (ACL) script conditions apply to a table's reference fields. Set to False (Default): ACL script conditions for referenced tables are ignored on reference fields, which improves instance performance. Users may see a reference field value even if a script-based ACL on the target table would normally restrict.