ACL-CRUD

saikiranMukloth
Tera Contributor

An administrator creates "customer_table_admin" and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to
all rows and all fields to both the customer_table_admin and customer_table_user roles?
A. customer.all
B. customer .*
C. customer.field
D. customer.none

 

if possible please expain your answer, 

Thank you in advance.

1 ACCEPTED SOLUTION

Harish Bainsla
Tera Sage
Tera Sage

Hi @saikiranMukloth 

In ServiceNow, Access Control List (ACL) rules determine what users can read, write, or delete on a table or field.

Answer is B 

Customer .*

to understand it deeply check below link

https://www.servicenow.com/community/developer-forum/difference-betweem-acl-and-acl-none/m-p/1430639....

if my answer helps you mark helpful and accept solutions 

View solution in original post

4 REPLIES 4

Harish Bainsla
Tera Sage
Tera Sage

Hi @saikiranMukloth 

In ServiceNow, Access Control List (ACL) rules determine what users can read, write, or delete on a table or field.

Answer is B 

Customer .*

to understand it deeply check below link

https://www.servicenow.com/community/developer-forum/difference-betweem-acl-and-acl-none/m-p/1430639....

if my answer helps you mark helpful and accept solutions 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Harish Bainsla 

 

Its B .* which means all fields in ACL.

*************************************************************************************************************
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]

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

Already I mentioned it B in my response 

Hi @saikiranMukloth 

 

You can accept the multiple answers as well.

*************************************************************************************************************
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]

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