On Application object i have two lookup field
1.Account
2.Product(genesis__CL-Product__c)
Product(CL__Product__c) is parent to Account object. on account object having product(Product__c) lookup.
when i update account field, i want to display the Product(genesis__CL-Product__c) from on Account Product(Product__c) field.
here i am writing my query string is like below
Product(genesis__CL_product__c) == {{$model.Account.data.0.genesis__CL_Product__r.name}}
.
Can any one help to get my product for above string.
Question
I want to get the parent object field name in query string of child object
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.