You need to sign in to do that
Don't have an account?
Merge field with custom object
I'm trying to create a merge field in a custom object A that refers and gets value from another custom object B. I'm not able to get this value in objectA, but i'm able to get values for similar fields on standard object Account.
In short, i'm able to get 'C_Account__r.Name' in the formula field but not 'C_Partner__r.Name__c' where Account and Partner objects are related to custom object A through lookups. Here Account is the standard object and Partner is a custom object
Can anybody help me out?
In short, i'm able to get 'C_Account__r.Name' in the formula field but not 'C_Partner__r.Name__c' where Account and Partner objects are related to custom object A through lookups. Here Account is the standard object and Partner is a custom object
Can anybody help me out?
If Custom Object A and B have a relationship between them, then you can create a cross-object formula field on Custom Object A that pulls data from a field on Custom Object B. Then your merge field on Custom Object A will be this new formula field.
Hope I didn't confuse you. :-)
Best,
Sati