ACL issue: Access to the vendor type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 07:00 AM - edited 03-25-2024 07:04 AM
I am looking at the ACL's and noticed that users cannot access the "vendor type" glide_list field on the core company table form.
Debug security rules is saying the user must be an admin. I created a custom acl for read access with a custom role and it did not override the admin acl
the admin acl is tricky and cannot be disabled as it is the admin acl to read all tables?
Debugs show that is working:
but on the debug tracer its more evident it is not:
11:02:28.451 TIME = 0:00:00.000 PATH = record/vendor_type/read CONTEXT = vendor_type.sys_id=null RC = false RULE =
What to do?
ACL that is causing the break:
ACL Created:
Thanks in advance