ServiceNow Certified System Administrator — Question 128
Which one statement correctly describes Access Control rule evaluation?
Answer options
- A. Table access rules are evaluated from the general to the specific
- B. If more than one rule applies to a record, the older rule is evaluated first
- C. If a row level rule and a field level rule exist, both rules must be true before an operation is allowed
- D. The role with the most permissions evaluates the rules first.
Correct answer: C
Explanation
Answer C is correct because for an operation to proceed, both the row level and field level rules must be true. Option A is incorrect as rules are typically evaluated from specific to general, not the other way around. Option B is false because it is not the age of the rule that determines evaluation priority, and option D is wrong since evaluation does not prioritize roles based on permission levels.