CAD Question: When configuring an Access Control which has no condition or script, which one of the

Dave_p
Giga Guru

Hi,

I have conflicting answers to the question. Kindly help.

 

1.png

 

Regards

Suman P.

1 ACCEPTED SOLUTION

Juhi Poddar
Kilo Patron

Hello @Dave_p 

Correct answer will be D.

The question in the image asks which statement is NOT true about Access Control without a condition or script. Let's analyze each option:

  • A. table.* will grant access to every field in a record.
    True: This will provide access to all fields within the specified table.

  • B. table.None will grant access to every record on the table.
    True: This is accurate because None applies to all records in the table, regardless of specific fields.

  • C. table.field will grant access to a specific field in a record.
    True: This grants access to the specified field only.

  • D. table.id will grant access to a specific record on the table.
    NOT True: The table.id format is not valid for Access Control in ServiceNow. 

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"

 

Thank You
Juhi Poddar

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@Dave_p 

D

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Mark Manders
Mega Patron

Besides that it depends on other ACLs, what was the outcome when you opened your PDI, created an ACL without any condition or script and tested it?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dave_p 

 

D is right answer.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Community Alums
Not applicable

Hi @Dave_p,

The answer is D, but it also depends on other ACLs. Please try it on PDI once.