- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 07:26 AM - edited 03-01-2024 07:26 AM
Hi All,
How can I show the record to the customer who is the watchlist and don't have admin or manager role.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 12:42 AM
@Vdixt You need to create a read ACL on your table and in role add the role that the customer has and in the script field check if the logged in user is part of watchlist. Accordingly, you can return true or false to allow read access to the customer. Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2024 12:42 AM
@Vdixt You need to create a read ACL on your table and in role add the role that the customer has and in the script field check if the logged in user is part of watchlist. Accordingly, you can return true or false to allow read access to the customer. Hope this helps.