You need to sign in to do that
Don't have an account?
To merge contact name from opportunity using conga composer
heloo
Master object is opportunity . There is a button on Opportunity to merge fields of opportunity to a document using a conga composer. I also want to merge contact name which has role 'Decision Maker' . How to get this functionality
Master object is opportunity . There is a button on Opportunity to merge fields of opportunity to a document using a conga composer. I also want to merge contact name which has role 'Decision Maker' . How to get this functionality
All Answers
I think you need to write a trigger that queries the required contact name from opportunitycontactroles that satisfies the role name and opportunityid and assign it to its opportunity's field and then you can access that field in your conga composer solution.
Regards