Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Setting up Conga Composer

Next, you will go to the Conga Composer application for more setup and configuration.

  1. You must create a Conga Composer solution to generate templates.
  2. Next, add queries to your solution. The following are two examples of queries to use in Conga Composer for this specific process:

    Populate associated Managed Clauses into a document

    SELECT APXT_Redlining__Latest_Revision_Text__c, APXT_Redlining__Text_Rich__c, Id, APXT_Redlining__Order__c
    FROM APXT_Redlining__Managed_Clause__c
    WHERE [Object].ID = '{pv0}'
    ORDER BY APXT_Redlining__Order__c ASC

    Set Managed Clauses with the type “Definition” to merge into a generated Contract Document

    SELECT APXT_Redlining__Latest_Revision_Text__c, APXT_Redlining__Text_Rich__c, Id, APXT_Redlining__Order__c
    FROM APXT_Redlining__Managed_Clause__c
    WHERE [Object].ID = '{pv0}'
    AND APXT_Redlining__Clause_Type__c = 'Definitions'
    ORDER BY APXT_Redlining__Order__c ASC
    Note:

    When you install Contracts for Salesforce on any given object it automatically creates a parent lookup field, but changes the name of it based on which object is being used. On the above example, the managed clause used corresponds to a generic object that is also used.

  3. Add Parameters to your solution. The following parameters are recommended for this process: