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
- A. The user has one of the roles specified in the Required roles related list.
- B. Scripts configured in the Access Control must evaluate to true.
- C. Other matching Access Controls for the records evaluate to true.
- D. Conditions configured in the Access Control must evaluate to true.
- E. The user must be granted access through a business rule.
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.