Conga Batch List View buttons launch Conga Batch from a Salesforce List View. Upgrading the Conga Batch List View button requires updating the button URL to specify that the Conga Batch list view button runs on Release 8 instead of Release 7.

To upgrade Conga Batch list view buttons to run on Release 8 servers

  1. Edit the Conga Batch List View button in Salesforce Setup.
  2. Change the Endpoint URL to point to the Release 8 servers.
    Replace

    https://conductor.appextremes.com/apps/Conga/Conductor/LaunchCC.aspx
    CODE

    with

    https://conductor.congamerge.com
    CODE

  3. Click Save.
  4.  Test the Conga Batch solution on the Release 8 servers before deploying.
  5. Repeat Step 1 - 4 to upgrade any other Conga Batch list view.

New Conga Batch List View buttons (those created after the upgrade) will default the var CongaURL to the version running on the Release 8 servers as long as the JavaScript for the new List View button is copied from the Sample List View Button in Salesforce Setup → Build → Create → Objects → Conga Batch → Buttons, Links and Actions.