- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 12:27 AM
Hi,
I created an table which doesn't have any CRUD operations. At my first thought, anyone access to this table can read, write, delete and update but somehow delete operations are blocked by system. I'm checking the "Debug Security Rules" and the ACLs blocking normal users are the default ones. Do the default delete ACLs are used if my table doesn't have that specific operation.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 12:46 AM
Hi @sieusaopolo15 ,
Yes, the default gets applied.
Have a look at : https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/contextual-securit... (or check below image).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 12:46 AM
Hi @sieusaopolo15 ,
Yes, the default gets applied.
Have a look at : https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/contextual-securit... (or check below image).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 12:49 AM
Hi @Hayo Lubbers,
Thanks for the great answer !