ACL CREATION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 02:53 PM
I created ACL but its not working, can you please help any issue in this set up any additional things need to be done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 05:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 01:46 PM
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?