catalog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2023 06:38 PM - edited ‎09-24-2023 11:32 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2023 08:44 PM
You should be able to use GlideUser API in the condition for the UI action and check if the current user is a member of the group, example:
gs.getUser().isMemberOf('Assignment Group')
You can detailed info about using '.isMemberOF' here: https://developer.servicenow.com/dev.do#!/reference/api/utah/server_legacy/GUserAPI#GUser-isMemberOf...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2023 10:23 PM - edited ‎09-24-2023 11:14 PM
working