why Read ACL is not working in Related tab ?

Virendra K
Kilo Sage

Hi All,

 

I have created Read ACL (snap) but its not working. User with no role also can see it editable on related tab. 

Don't know what may be the issue ? 

VirendraK_0-1741095843882.png

 

 

Regards,

Virendra

2 ACCEPTED SOLUTIONS

Ok in that case just remove the role as admin condition. So that system will allow IOP SRE group members to edit that field.

View solution in original post

J Siva
Tera Sage

ok then do one thing, replace the admin role with ITIL. It'll work. Because user must have ITIL role to access ITSM modules. To verify this, lookup roles linked to that group. If ITIL is there, then simply update the role with ITIL.

View solution in original post

8 REPLIES 8

Ok in that case just remove the role as admin condition. So that system will allow IOP SRE group members to edit that field.

But its not allowing to save the ACL without allowing/assigning role.

@Virendra K 

you can simply use advanced script with this

answer = gs.getUser().isMemberOf('IOP SRE');

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

J Siva
Tera Sage

ok then do one thing, replace the admin role with ITIL. It'll work. Because user must have ITIL role to access ITSM modules. To verify this, lookup roles linked to that group. If ITIL is there, then simply update the role with ITIL.