CAD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
- table.None will grant access to every record on the table
- table.field will grant access to a specific field in a record
- table.* will grant access to every field in a record
- table.id will grant access to a specific record on the table
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @22311a1263 ,
The correct option is table.id will grant access to a specific record on the table.
Explanation
- The syntax table.id is not a valid format for creating an Access Control rule in ServiceNow.
- Access Control rules are configured to grant access to records, fields, or a table itself, not to a specific record via its ID.
Please appreciate my efforts, help and support extended to you by clicking on – “Accept as Solution”; button under my answer. It will motivate me to help others as well.
Regards,
Nikhil Bajaj
ServiceNow Rising Star-2025
Regards,
Nikhil Bajaj
ServiceNow Rising Star-2025
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi @22311a1263
so D is correct for more explanation check below link
if my answer helps you mark helpful and accept solution
