ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 02:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 02:37 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 02:37 AM - edited 02-17-2024 02:55 AM
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)
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 02:41 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2024 03:17 AM
Hiiii @Rooma1
The order of precedence:
- table.field
- table.*
- 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.