ServiceNow Certified System Administrator — Question 12
Table Access Control rules are processed in the following order:
Answer options
- A. any table name (wildcard), parent table name, table name
- B. table name, parent table name, any table name (wildcard)
- C. parent table name, table name, any table name (wildcard)
- D. any table name (wildcard), table name, parent table name
Correct answer: B
Explanation
The correct sequence is table name, parent table name, and then any table name (wildcard), which ensures that more specific rules are applied before more general ones. The other options incorrectly sequence these elements, which would lead to less accurate access control decisions.