Good day,
We have introduced an additional role called "Change Administrator". Yet this field is pre-filled, and should not be visible for the technician.
I've tried the following, but all do not hide the field:
CS.hideFields(["Change Administrator"]);
CS.hideFields(['Change Administrator']);
CS.hideFields('Change Administrator');
The Change Role field in question:
How do I accomplish hiding this field, or making it non-editable via custom script?