Use Conga Orchestrate to dynamically select and add clauses for contracts for the Salesforce solution. The Clause step in a process definition allows users to add a clause and each related sub-clause record as managed clauses to a Salesforce object record.

Set step creation conditions to determine when a clause is added and then add related sub-clauses as managed clauses to a process object record.

Note

Conga Orchestrate 14.62 or greater must be installed to use the Clause step type. Conga Contracts for Salesforce version 2.30 or greater must also be installed.

Follow the steps below to add a managed clause step to a process definition.

  1. Go to an existing definition or create a new one.
  2. Click the dropdown arrow next to the New Step button and select Clause.
  3. Enter the name of the step in the Step field.
  4. Enter the name of the desired clause in the Clause field and select it.
  5. Use the Sort Order field to define the order in which the clauses appear in your generated document.

    Note

    To set the sort order of a step type with a managed clause, use the Create Record step type and then enter the sort order value, using the managed clause's page layout. The sort order interacts with clause bundle so that managed clauses can be placed before or after the clause bundles.

  6. If the selected clause has more than one related clause configuration record, select the desired clause configuration record from the Clause Configuration field.
  7. (Optional) Click + Add Creation Condition to add creation conditions to the clause bundle step.
    • Creation conditions determine if a step is created and executed. Use step creation conditions if a definition has multiple clause steps.
    • For more information on adding step creation conditions, see Step Creation Conditions.

Note

  • If a definition contains several clause and clause bundle steps and those bundles contain some of the same clauses (overlapping clauses), the overlapping clauses are only added once, regardless of how many bundles contain those clauses. Additionally, if your step has creation conditions with both the Reevaluate and Deletable options checked, Orchestrate may not remove all clauses if another clause bundle contains those overlapping clauses and continues to match its own step conditions.
  • Owing to Salesforce limitations, no more than 100 clause steps can be added to a definition. If more than 100 clauses are required, split the definition in two and apply these definitions sequentially.