Convert a Button into a Formula Field
Unlike a CQG button or link which contains a URL with various parameters to define your merge operation, Conga Trigger uses a formula field on your Master Object to trigger the workflow.
- Conga Trigger 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.
- You must add &srcpkg parameter within the Trigger formula field to work Conga Trigger solutions with CQG.
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" "&srcpkg=cfg" |