Download page Create Composer Button to Generate Document for Conga Contracts for Salesforce.
Create Composer Button to Generate Document for Conga Contracts for Salesforce
Learn to configure a Composer button that generates an agreement in Contracts for Salesforce. Once created, the agreement can be sent for negotiation with Contracts for Salesforce or sent for signature with Conga Sign (or your integrated e-signature solution).
Key components
DataTagEnable parameter to ensure changes can be tracked and synced back to Salesforce
RM parameter to ensure that any merge fields in clauses will also be merged with their corresponding Salesforce values
Conga Queries to gather Managed Clauses
Microsoft Word document generation that attaches to Salesforce Files on the Master Object
(Optional) WPD parameter and Textboxspecial merge field to ensure only certain fields are editable
Prerequisites
This topic assumes a basic understanding of Conga functionality, including how to create:
Once you are comfortable with the components mentioned above and have configured your Clause Library (or part of it), follow the steps below to build a solution that generates a Contracts for Salesforce agreement.
Create a Composer Button
Using a Solution record, build a base Composer button for Contracts for Salesforce on the object you have configured to use with Contracts for Salesforce (we will use the managed package Contract Agreement object)
Ensure that your button includes the required Contracts for Salesforce parameters, &RM=1 and &DataTagEnable=1 At this point the button will look something like this: /apex/APXTConga4__Conga_Composer?serverURL={!$Api.Partner_Server_URL_370}&Id={!APXT_Redlining__Contract_Agreement.Id}&DataTagEnable=1&RM=1
Save the Solution record
Add the button to your object’s Lightning page. We recommend using Dynamic Actions
At this point, you will not have any queries or a Conga Template included in your button