Display one particular scheduled job to a members of particular group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 11:51 PM
HI ,
Please help me with the below scenario
There is a scheduled job script called: `refresh cI` and this needs to be visible only to particular group members . Group name : cmdb admin config.
Help me to achieve this using ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 12:02 AM
have table.None READ ACL on sysauto table with advanced script as this and proper condition for Job name
answer = gs.getUser().isMemberOf('Group Name');
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 01:50 AM
Hi Ankur,
Thanks for the update. I have tried in the same way but it is not working.
In addition to this - only people from that group should be able to view this. Even Admins should be restricted
If i am trying to create with required role as empty it is by default adding snc_internal role