ServiceNow Certified Application Developer — Question 18

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

To pass an Access Control, it is essential for the user to have one of the specified roles (A), for any scripts in the Access Control to evaluate to true (B), and for the conditions configured in the Access Control to also evaluate to true (D). Options C and E are incorrect because they are not required conditions for passing Access Control.