Hey guys,
I'm trying to filter the delivery adress field in the sales app to only show me the delivery adresses of the contact I picked in the contact field.
I've already tried to use the "domain" field in studio but I don't know how to compare two fields.
right now I allready got it to only show delviery adresses using the following code:
["|","|",["type","=","delivery"],["company_id","!=",False],["company_id","=","company_id"]]
Thank you for your ideas.
I'm working on version 15!