Download PDF
Download page Winter20.04.16 Release Notes.
Winter20.04.16 Release Notes
This release note contains the following information about Partner Commerce Winter20.04.16 Release.
For more information on new features, enhancements, and document improvements refer to What's new in Partner Commerce Documentation.
- Packages: Lists packages that are required to upgrade to this release of the product
- System Requirements and Supported Platforms: Lists requirements and recommendations for installing this release
- New Features: Provides high-level descriptions of new features introduced in this release, with links to more detailed information
- Enhancements: Provides high-level descriptions of enhancements to existing features
- Data Model Changes: Lists changes to the data model
- Resolved Issues: Lists customer-reported issues that are resolved in this release or known issues resolved from previous releases
- Known Issues: Lists known issues that are applicable in this release
This documentation may contain descriptions of optional software features and for which you may not have purchased a license. As a result, your specific software solution and/or implementation may differ from those described in this document. Please contact your CSM or AE for information on your specific features and licensing.
Packages
The following packages and dependent packages are required to upgrade to this release to utilize all the new features of this release. These are the minimum required versions; later versions are also supported. Separate prerequisites for each feature can be found in the respective guides. The packages marked as (New) are new in this release.
Product | Latest Certified Version Version Name | Version Number |
---|---|
Conga Contract Lifecycle Management | 11.2.0582.16 | 11.582.16 |
Conga Partner Commerce | 1.0.0000 | 1.0 |
Conga Digital Commerce (New) | 4.2.106.21 | 4.106.21 Winter20.04.16 |
Conga Digital Commerce SDK (New) | 2003.1.53 (2003) |
Conga Quote Management (New) | 10.2.0227.10 | 10.227.10 |
Conga Base Library (New) (Pre-requisite for Installing Conga Configuration & Pricing) | 1.2.123.6 | 1.123.6 |
Conga Configuration & Pricing (New) | 12.2.1839.69 | 12.1839.69 |
Conga Quote Configuration Integration | 12.2.0344.10 | 12.344.10 |
Conga CPQ Setup | 12.2.83 | 12.83 |
Conga CPQ API | 12.2.0111 | 12.111 |
Conga Promotions (Required if you are using Promotions) | 1.0.0000 | 1.0 |
Conga Quote Asset Integration (Required if you are using Assets Based Ordering) | 6.5.0014 | 6.14 |
Conga Order Management | 1.0.0000 | 1.0 |
Conga Billing | 6.3.251.3 | 6.251.3 |
Before installing or upgrading Conga managed packages, you must review the dependency matrix for each managed package. You can refer to the package dependency matrix at Conga Packages Dependency Matrix.
System Requirements and Supported Platforms
The following table lists the minimum requirements for installing and using Partner Commerce.
System Requirement | Minimum Supported Version |
---|---|
Operating System | Standard Salesforce.com requirements. See Salesforce PDF. |
Browser | Conga supports the following browsers:
Conga recommends the latest version of the browser for the best performance. Conga also recommends its customers to use Microsoft Edge Chromium as the browser of choice. Internet Explorer is not supported. |
Upgrade Notes
For more information on the prerequisites and post-upgrade tasks, see Upgrading Partner Commerce.
New Features
The following feature is new to Partner Commerce in this release.
New Convert Currency Pipe
A new pipe named ConvertCurrencyPipe is introduced to perform client-side currency conversion for aggregate fields or any fields where Salesforce limits the results to default currency on the org. The pipe ConvertCurrencyPipe is part of the Partner Commerce SDK and exposed to templates and its usage is aligned to the Angular standards of calling currency pipe.
Example 1:
<span>{{ 5.55 | convertCurrency | async }}</span>
<!-- Renders $5.55 --> When no parameters are passed to the pipe, it converts and displays the currency based on the one defined on the Price List.
Example 2: (Specify currency ISO code)
<span>{{65.23 | convertCurrency: 'EUR' | async}}</span>
<!-- Renders €65.23 --> You can pass any currency code to the pipe, to convert the values to. Based on the conversion rates defined in the org, the pipe does the conversion and displays currency values.
The following optional parameters can also be passed into this pipe to control the decimal representation, currency symbol, and more.
Parameters | Description |
---|---|
display | Displays the currency symbol. It can take values like code, symbol, symbol-narrow, a customized string, or a boolean. The default is symbol-narrow. |
digitsInfo | A string representing the decimal part of the currency value. |
Get Started
For details on the ConvertCurrencyPipe, see Modules > PricingModule > Pipes > ConvertCurrencyPipe.
Addition of a New Input Property to Chart Components
A new (optional) input property has been added to our chart component to allow you to define the currency values you wish to see on the dashboard components.
Example: <apt-chart [currencyConversionCode]="'EUR'"> </apt-chart>
If no input is provided, the currency conversion is driven by the default currency specified in the configuration files.
Get Started
For details on the new input property, see Components > Chart Component.
Introducing CPQ REST API Version 3
CPQ REST API Version 3 is a performance-based version with modifications to the response structure.
CPQ REST API Version 3 only supports CPQ Pricing. Also, the SDK is integrated with Version 3.
Get Started
For more details on Partner Commerce REST APIs, see CPQ REST API Version 3.
Enhancements
There are no new enhancements in this release.
Data Model Changes
There are no data model changes in this release.
Resolved Issues
There are no resolved issues in this release.
Known Issues
The following table provides the cumulative list of known issues up to this release.
Conga Internal ID | Description |
---|---|
DC-5903 | TurboPricing integration supports up to 20 line items for the price calculation. |
DC-5906 | When you increase the quantity for one of the multi-charge types of a product and validate the change, the quantity is not updated and the net price is not properly calculated. |