UI controls and read-only conditions
I have a control in the UI with custom read-only conditions that I've created a when rule for. This control is in a section that is included in a grid. The grid rows are cofigured to use "Click to edit".
The problem is if my custom read-only conditions are not met then this control always shows as editable even when the row is read-only. I found an out of the box when rule pxIsEditable that states it will "Return true when auto generated UI Section data is editable" but it has no effect.
How do I check in a when rule if the UI is currently in read-only mode?