ServiceNow Certified Application Developer — Question 8
When evaluating Access Controls, ServiceNow searches and evaluates:
Answer options
- A. Only for matches on the current table
- B. Only for matches on the current field
- C. From the most specific match to the most generic match
- D. From the most generic match to the most specific match
Correct answer: C
Explanation
The correct answer, C, indicates that ServiceNow prioritizes specific matches before considering more general ones, ensuring precise access control evaluations. Options A and B are incorrect as they limit the scope of the search to either the table or the field, while D reverses the order of evaluation, which is not how ServiceNow operates.