ServiceNow Certified Application Developer — Question 55

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

Answer options

Correct answer: C

Explanation

The correct order of evaluation for Access Control elements is Roles, Conditions, and then Script. This sequence ensures that access is first determined by the roles assigned, followed by any specific conditions, and finally, any scripts that might influence the outcome. The other options do not follow this established evaluation order, making them incorrect.