Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

CAD

22311a1263
Tera Contributor
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

Nikhil Bajaj9
Tera Sage
Tera Sage

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

Harish Bainsla
Kilo Patron
Kilo Patron

Hi @22311a1263 

so D is correct  for more explanation check below link 

https://www.servicenow.com/community/developer-forum/cad-question-when-configuring-an-access-control...

if my answer helps you mark helpful and accept solution