ServiceNow Certified System Administrator — Question 280
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?
Answer options
- A. incident.*
- B. incident.all
- C. incident.!
- D. incident.None
Correct answer: D
Explanation
The correct answer is D, 'incident.None', which indicates that the rules apply to the entire table without any restrictions. The other options like A, B, and C suggest specific subsets or conditions that do not represent the entire table.