Task SLA Read Access Restriction

Ratan B
Tera Contributor

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: 
 find_real_file.png

find_real_file.png

 

 

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

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?

View solution in original post

2 REPLIES 2

Tony Chatfield1
Kilo Patron

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?

Ratan B
Tera Contributor

Thanks Tony..
After debugging the ACL, able to figure out where it is causing an issue...