ServiceNow Certified System Administrator — Question 310
Which access control rule applies to every field in the incident table?
Answer options
- A. incident<=>*
- B. incident.all
- C. incident.*
- D. incident||*
Correct answer: C
Explanation
The correct answer is C, 'incident.*', which indicates that the rule applies to every field in the incident table. Option A, 'incident<=>*', and Option D, 'incident||*', do not specify field-level access and are therefore incorrect. Option B, 'incident.all', also does not correctly denote access to individual fields.