Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

looking for an correct answer

mohammadtaneem
Tera Contributor

what might be the correct answer for this

11 REPLIES 11

M Iftikhar
Tera Sage

Hi @mohammadtaneem ,

To grant a user access through an ACL in ServiceNow, all three checks must evaluate to true:

  • The condition must be true,

  • The script (if present) must return true,

  • And the user must have at least one of the required roles.

Only then is access granted.

So the correct answer is a, b, and c.

 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Brad Bowman
Kilo Patron
Kilo Patron

The correct answer is to study the ServiceNow documentation and courses that are available, instead of someone giving you an answer to something that you can also find out yourself by viewing the ACL form.