Good morning,
I am looking for an AQL that retrieve objects depending on its Inboundreferences.
I have those custom fields:
- Order Template Name (id: 10131) - which shows Template Name assets
- Template Product Name (id: 10133) - which shows Products assets
Products object have Inboundreferences to Order Templates object
What I want to see from my create screen are Products that are related to Template Product previously selected.
First I tried my AQL on asset, making sure it is working
Then I tried by replacing "Fitness" by {$customfield_10131}, but doesn't work. Even tried with Key IN or Key =
Anyone has an idea?
Thanks for your help,
Resolved it, I had to use "objectId ="
-> object HAVING inboundReferences(objectid = ${customfield_10131})
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.