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.

Show Page Sections

download

Enabling Recursive Merge Sync

For Contracts for Salesforce Enterprise Edition, you have the option for your Managed Clauses to remain Standard when you use recursive merge by adding the Sync Merge Values button.

Creating and Using a Recursive Merge Button

  1. Create a custom button called Recursive Merge on your object.
  2. Conga recommends creating a separate button specifically for this action where all other View Redline functions are disabled. To do this, use the following code:
    {!URLFOR($Action.Contract.APXT_Redlining__View_Redlines, null, [altId=APXT_Redlining__Contract_Agreement__c.Id, disableOpenInWord=true, disableNegotiate=true, disableTrueUp=true, disableSavePdf=true, enableRecursiveMergeSync=true], false)}
  3. After you've created the button, put the button on your layout.
  4. Generate a Contract that contains a recursive merge field.
  5. After creation, this Contract appears in Files
  6. Click the new Recursive Merge button on the record.
  7. Click the new Sync Merge Values option in the upper right hand corner.
    If successful, the following message displays: recursive merge sync is complete

Your contract now displays your new data value instead of a merge tag and has a new revision, but remains flagged as Standard.

Known Limitations: Feature is not currently supported in Internet Explore