Hey everyone,
I am currently struggling to get the correct output when using AQL. Let me shortly explain my task:
I have 3 different Schemas:
An agency has one or more employees and also has links ("Supports") one or more customers.
When an employee of an agency accesses the helpdesk, I would like to show a field containing only the customers ones agency is supporting. I already created the field and know how to show it in the helpdesk, but I cannot figure out the AQL.
What I tried so far were things like:
object having outboundReferences(objectType = "Agencies" and Agency having user(${reporter}))
Thanks a lot for your help!
Best