Trying to understand how the AQL scope works.
Currently I have assets with the attribute Owner, this is an object attribute referencing to an employee object.
My employee object has a User attribute.
When I want to filter a custom field to only show the reporter assets, how would I achieve this?
Currently this does not work:
Owner = ${reporter.displayName}
How can I match the Owner attribute, which is an object. To the actual reporter's display name?
This video shows a good example of what I'm trying to do, the assets have an Owner attribute that references to the employees, but when in the portal, the custom field is able to show assets related to the reporter.