
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 02:37 AM
Hi all,
I have designed a catalog item. There is a variable called "Transcript" in the item. I want to restrict that field to the users of some group. Like, say i dont want to give access to edit that field to the users of some group. So is there any way to do that using ACL's? Can some one explain me how to configure ACL's on catalog item variable?
Thanks in advance
Regards,
Indup
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 02:42 AM
Hi
While this variable is on the catalog Item, why don't you want to limit the whole catalog item to some role/group?
If you want you cat item to be accessible by different roles, go to the "Permission" tab on the Variable Form (see screenshot below):
Let me know about your requirement.
BR
Dirk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 02:42 AM
Hi
While this variable is on the catalog Item, why don't you want to limit the whole catalog item to some role/group?
If you want you cat item to be accessible by different roles, go to the "Permission" tab on the Variable Form (see screenshot below):
Let me know about your requirement.
BR
Dirk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 06:13 AM
Thank You dirk.
Regards,
Indup

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 02:45 AM
Hi Indup,
OOTB you can control variable visibility based on roles. However, if you want to control at the group level then you should be able to accomplish this via OnLoad Client script + GlideAjax.
- Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 03:19 AM
Hi Indup,
That is easy there is a client script you can add that will lock do the variables down.. you can apply that script on both the Item and or task forms...
just wrap it in an if statement and only open it up if the user is the requested for and you are done!
http://www.servicenowguru.com/scripting/business-rules-scripting/variables-form-readonly/
Refer this thread similar as your:
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.