Resolved! "g_form.getEditableFields()" does not work for read-only fields
I tried to use "g_form.getEditableFields()" in a UI action to get the field value for a field that was made read-only in the UI policy. However, it seems that fields that have become read-only cannot be retrieved using "g_form.getEditableFields()".I ...