Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

admin + snc_read_only access issue

robertsamue
Giga Contributor

I hope this is the correct board to post my question.

 

I have admin + snc_read_only roles in my Zurich instance, however, when viewing onChange catalog client scripts, the variable sys_id is being presented instead of Variable Name. Is this a limitation of snc_read_only, or, is there any way to resolve this so that I can see the variable name instead?

5 REPLIES 5

Kieran Anson
Kilo Patron

Hi Robert,

What you're experiencing is intention when a form is read only. It's also exhibited on records when you're in a different scope.

The behaviour to change the field value to a more user friendly value is managed by the following client scripts

  • Set Cat Variables based on Variable Set
  • Reset Variable Names
  • Set Cat Variables
g_form.addOption does not run on a read only form, this is internal behaviour and there is no documented way to change this