This section describes step-by-step instructions to upgrade your Partner Commerce application and SDK from February '23 to October '23.

To upgrade Partner Commerce application

  1. Go to Setup > Installed Packages.

  2. Refer to the following table to ensure that your Salesforce org has the February '23 packages installed and you have the October '23 packages and dependent packages to upgrade. These packages are required to utilize the new features and enhancements of October '23.

    Package Names

    February '23

    Version Name | Version Number

    October '23

    Version Name | Version Number

    Conga Contract Lifecycle Management13.1.683 | 13.68314.1.709 | 14.709

    Conga Partner Commerce

    (Required only if you are using Partner Commerce)
    1.0.0000 | 1.01.0.0000 | 1.0
    Conga Digital Commerce

    7.0.177 | 7.177

    7.2.183 | 7.183

    Conga Digital Commerce SDK2301.0.3 (2301)2303.0.6 (2303)
    Conga Quote Management13.0.0263 | 13.26313.2.0267 | 12.267

    Conga Base Library

    (Pre-requisite for Installing Conga Configuration & Pricing)

    4.0.243| 4.2434.2.249 | 4.249
    Conga Configuration & Pricing 15.0.2062 | 15.206215.2.2106 | 14.2106
    Conga Quote Configuration Integration 15.0.0396 | 15.39615.2.0405 | 15.405
    Conga CPQ Setup15.0.133 | 15.13315.2.141| 15.141
    Conga CPQ API15.0.0131 | 15.13115.2.0134 | 15.134

    Conga Promotions

    (Required if you are using Promotions)

    1.0.0000 | 1.01.0.0000 | 1.0

    Conga Quote -Asset Integration

    (Required if you are using Assets Based Ordering)

    6.5.0014 | 6.146.5.0015 | 6.15

    Conga Order Management

    (Required only if Partner Commerce package is installed)
    1.0.0000 | 1.01.0.0000 | 1.0
    Conga Billing9.0.319 | 9.3199.2.377 | 9.377
  3. Perform the upgrade. The upgrade procedure is the same as the installation procedure. Install the required managed package in the same order as mentioned in the table above. For detailed information on installing managed packages, see Installing Partner Commerce Package.

  4. After the upgrade is complete, perform the post-upgrade tasks.

To upgrade Partner Commerce SDK

Refer to the SDK Guide, and go to Upgrade Information > Upgrading the Partner Commerce Template from February '23 to October '23. Perform the following tasks:

  1. Updating the libraries
  2. Updating npmrc file

    IMPORTANT

    After cloning the reference template, you must update the npmrc file in the reference template with the SDK library hosted URL as below. Enter your Github authentication token at line 2 after authToken=

    @congacommerce:registry=https://npm.pkg.github.com/
    //npm.pkg.github.com/:_authToken={githubauthToken}
    CODE