ServiceNow Certified Application Developer — Question 23
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
Answer options
- A. table.*will grant access to every field in a record
- B. table.None will grant access to every record on the table
- C. table.field will grant access to a specific field in a record
- D. table.id will grant access to a specific record on the table
Correct answer: D
Explanation
The correct answer is D because 'table.id' does not grant access to a specific record but rather to a specific field that identifies records. Options A, B, and C correctly describe how access is granted to fields and records in an Access Control configuration.