Show the Record to customer in watchlist

Vdixt
Tera Expert

Hi All,

 

How can I show the record to the customer who is the watchlist and don't have admin or manager role.

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@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.