This section describes step-by-step instructions to upgrade your Digital Commerce application and SDK from Spring '21 to May '22.

To upgrade Digital Commerce application

  1. Go to Setup > Installed Packages.

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


    Package Names

    Spring '21

    Version Name | Version Number

    May '22

    Version Name | Version Number

    1Conga Contract Lifecycle Management12.0.0605 | 12.605

    13.0.668 | 13.668

    2

    Conga Partner Commerce

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

    1.0.0000 | 1.0

    3Conga Digital Commerce

    5.0.131 | 5.131

    Spring '21

    6.0.163 | 6.163

    May '22

    4Conga Digital Commerce SDK2101.0.102 (2101)2103.1.17 (2103)
    5Conga Quote Management11.0.0242 | 11.24212.0.0256 | 12.256
    6

    Conga Base Library

    (Pre-requisite for Installing Conga Configuration & Pricing)

    2.0.150 | 2.1503.0.229 | 3.229
    7Conga Configuration & Pricing 13.0.1882 | 13.188214.0.1989 | 14.1989
    8Conga Quote Configuration Integration 13.0.0354 | 13.35414.0.0384 | 14.384
    9Conga CPQ Setup13.0.97 | 13.9714.0.127 | 14.127
    10Conga CPQ API13.0.0120 | 13.12013.2.0127 | 13.127
    11

    Conga Promotions

    (Required if you are using Promotions)

    1.0.0000 | 1.01.0.0000 | 1.0
    12

    Conga Quote -Asset Integration

    (Required if you are using Assets Based Ordering)

    6.5.0014 | 6.146.5.0014 | 6.14
    13

    Conga Order Management

    (Required only if Partner Commerce package is installed)
    1.0.0000 | 1.01.0.0000 | 1.0
    14Conga Billing7.1.262 | 7.2628.0.293 | 8.293

  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 Digital Commerce Package.

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

To upgrade Digital Commerce SDK

Refer to the SDK Guide, and go to Upgrade Information > Upgrading the Digital Commerce Template from Spring '21 to May '22. Perform the following tasks:

  1. Updating the libraries
  2. Updating References to SDK libraries across all files
  3. 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=
    CODE
  4. Upgrading to Angular 12
  5. Upgrading other dependencies
  6. Moving "lodash" and "locale-currency" to package dependencies
  7. Enabling Ivy
  8. Updating Angular and Karma configurations
  9. Updating pricing mode flag
  10. Replacing ProductSelectionService reference
  11. Updating ProductConfiguration Input field
  12. Updating PriceSummary with Output field
  13. Updating installed-products-layout.component file