- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2022 01:08 AM
Hi All,
I am facing difficulty in restricting the SLA records from the related list.
We have built custom Application and in that there is a table which extending task table and we have defined some SLA based on customer requirement..
We have one field called "Vendor" in the task extended table, which is referring to the sys_user_group table.
And the requirement is to remove the read access of SLA 's, if the current logged in user is not member of the current vendor group. I created to ACLs as below, it is working fine for the custom app table but it is affecting the other task extended tables SLA's.
ACLs configured:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2022 02:09 AM
Hi, I would not expect an additional table level read ACL to impact existing table level read ACL’s as they would still be valid for their configured roles and conditions. Have you enabled security debug and validated behaviour from the logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2022 02:09 AM
Hi, I would not expect an additional table level read ACL to impact existing table level read ACL’s as they would still be valid for their configured roles and conditions. Have you enabled security debug and validated behaviour from the logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2022 04:01 AM
Thanks Tony..
After debugging the ACL, able to figure out where it is causing an issue...