Hi,
in my project I'm tring to filter an asset custom field with another asset custom field but I receive "no options" as result.
My new custom field retrieve datas from Azienda asset (company) and I have a custom field called Destinatario (employee) with code customfield_10103 and retrieve datas from Contatti asset.
My AQL query is:
object having inboundReferences(objectType = "Contatti" and Descrizione = ${customfield_10103.Descrizione})
I don't understand my error, please can you help me?
Giuseppe.
Solved:
correct query: object having inboundReferences(label in (${customfield_10103.label}))
in an AQL query you can access only to id and label property from customfields.
Giuseppe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.