Display one particular scheduled job to a members of particular group

Laxmi18
Tera Expert

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

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Laxmi18 

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');

 

AnkurBawiskar_0-1738915307018.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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