How to Add Reference Icons to Read-Only Fields

Reference icons on read-only reference fields are globally controlled by the system property "glide.ui.reference.readonly.clickthrough". If set to "true", the icon appears on read-only fields. If set to "false", no icon appears. But... To add a reference icon to a read-only reference field, add the attribute "readonly_clickthrough=true" to the Attributes field on the fields dictionary record.

UI Policies and the Negative Case

A UI Policy is one of the easiest to build and understand artifacts in the ServiceNow universe. At its most basic level, it takes no condition and does up to three actions: makes a field shown or hidden, editable or read-only, and/or mandatory or optional. That’s it! This is obviously an over-simplified scenario. Let’s take ... Read More