Convert a CQG Button into a Formula Field
Unlike a CQG button or link which contains a URL with various parameters to define your merge operation, Conga Batch uses a formula field on your Master Object to host those instructions.
Important:
- Conga Batch can only merge data from the Quote object with CQG.
- Based on your business use case, you must assign field-level access of the formula filed to the users using profiles or permission sets. For more information, see Salesforce Field-Level Security.
To convert a button into a formula field
|
Button URL |
Formula |
|---|---|
/apex/csfb__Conga_Composer?SolMgr=1
&serverUrl={!API.Partner_Server_URL_370}
&userName={!$User.Username}
&Id={!blng__Quote__c.Id}
&TemplateId=a0I80000000laT3
&FP0=1
&AC0=1
&AC1=Quotation+for+{!Opportunity.Name}
|
"&id=" + Id + "&TemplateId=a0I80000000laT3" + "&FP0=1" + "&AC0=1" + "&AC1=Quotation+for+" + Name + "&QMode=Download" |
