ACL

Rooma1
Tera Contributor

Hi All,

I have been asked in an interview that if we have three ACLs that is, table.none,table.* and table .field, which ACL will take the precedence?

 

Thanks,

Rooma

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Rooma1 

The best option is :

 

Try this in PDI and share feedback. These are stuff which we all learn from doing more 🙂 , believe me i learn Flow Designer like this.

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

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

Anand Kumar P
Giga Patron
Giga Patron

Hi @Rooma1 ,

ACLs defined for a specific field (table.field) take precedence over ACLs defined for the entire table (table.*), and both of these take precedence over global ACLs (table.none)

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_securingapps_tokyo_s... 

 

Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

I would answer it depends how the ACLs are configured and ask them to provide more details 😁

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Chetna_dev
Kilo Sage

Hiiii @Rooma1 

The order of precedence:

  1. table.field
  2. table.*
  3. table.none

If there is a conflict between ACLs of the same specificity level, the ACL that was created or updated most recently will take precedence.