ACL CREATION

venkata2023
Tera Contributor

I created ACL but its not working, can you please help any issue in this set up any additional things need to be done.

venkata2023_0-1729806788483.png

 

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

Hard to say with this being on a custom table, and unable to see the field or know the relationship.  The condition shows that 0 records are affected, so you could start with that.

VernYerem
Tera Expert

Like Brad mentions, the problem is in your condition as its saying 0 records. First thing i'd do is remove the redundant condition. If region=LATAM, then it'll never be empty, so you shouldn't need the "ISNOTEMPY" for the same field. Shouldn't hurt anything either, so that's not likely to be the problem, so look into your value. Region looks to be a string field rather than reference field since you still see your text rather than a sys id, so do any records in that table actually have that as a value?