Xpath logic

0
i am developing a module,its process will be as follows  1.Store person raises a ticket. 2.Manager views all the tickets raised from the store and assigns to the engineer i have developed so far, but facing a challenge where the engineer should be able to view the tickets which are assigned only to him and not the tickets of other engineers how can we achieve this?
asked
1 answers
0

Hi Paarkavi,

 

depending on your domainmodel, it would probably look something like this:

[Ticket.Ticket/Ticket.Ticket_AssignedEngineer = '[%CurrentUser%]']

answered