how to show records only related to current user in a Listview

0
Hi Everyone! In my Domain model, I define the option as "System Owner" in an entity  when I created a Ticket, it  shows me all Tickets instead show me only the Owner of ticket . I want only the ticket that the account owner has created , How do I do  to resolve that issue?  The image is attached below
asked
1 answers
3

The secure way: Add access rule on the Ticket entity that constrains it for that user role to [System.owner='[%CurrentUser%]']

answered