learning path Constrain your data using XPath - section 4.7

0
Hi all, In learning path Constrain your data using XPath - section 4.7 , I used the following XPath constraint to get the vacation requests that don't have an approver: [not(VacationManagement.VacationRequest_Approver/Administration.Account)]. But when I login with a manager account (=approver) I don't see any vacation requests. If I login with another account, it works. Why is that? Thanks in advance.
asked
1 answers
0

Does the other account have the same role?

In case of another role; check your access rights

answered