ServiceNow Certified System Administrator — Question 367
Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that is specific to the Incident table and the Major
Incident field?
Answer options
- A. Incident.Major_Incident
- B. incident=>major_incident
- C. incident<=>major_incident
- D. incident||major_incident
- E. incident.major_incident
Correct answer: E
Explanation
The correct answer is E, as it follows the standard naming convention for fields in a database table, where the table name is followed by a dot and the field name. The other options either use incorrect syntax or do not conform to the expected object naming structure.