admin + snc_read_only access issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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
