Is it possible to merge parameters from 2 separate Conga Composer Buttons into 1 Conga Button?
I created a custom object Recommendation__c with a checkbox Client_Uses_Multiple_Authorized_Signers__c .
In the first Conga button , when
&DC={!IF( Recommendation__c.Client_Uses_Multiple_Authorized_Signers__c = FALSE, "0","1")}
I have a set of Conga and Docusign actions that will initiate.
In the other Conga buttion , when
&EC={!IF( Recommendation__c.Client_Uses_Multiple_Authorized_Signers__c = TRUE, "1","0")}
I have a different set of Conga/ Docusign actions that will take place.
Is there a way to place these parameters all on one button?
If yes, how can I do this?
1 answer
Hi Forrest,
You can add multiple parameters into a single composer button by seperating each parameter something like below:&Parameter1=value1
&Parameter2=value2
Make sure additional parameters within a URL are included without spaces between them also you can add paragraph returns after each parameter to make it easier for you to read.
Thanks!