New Features

The following features are new to Conga CPQ on Conga Platform in this release.

Introducing the Revenue Admin User Interface

Conga introduces CPQ revenue admin user interface in this release. You can configure the following elements on the new UI:

  • Application Settings
    • Global Settings
      • Catalog
      • Config
      • Cart
      • Pricing
      • Favorite
      • General
      • Object Summary View
    • Flow Settings
  • Product Administration
    • Products
    • Product Groups
  • Pricing Administration
    • Price Lists

Admin Services for Conga Platform

Implementation teams can use these new admin services to build admin functionalities necessary to configure CPQ. The following APIs are new in this release:

  • POST/products/{parentID}product-group-members
  • DELETE/products/{parentID}product-group-members
  • GET/products/{id}/product-groups

  • GET/categories/{categoryId}/price-lists

  • POST/ products/{productId}/product-categories
  • DELETE/products/{productId}/product-categories

Implementation teams can use these new admin services to build the admin functionalities necessary to configure deals. The following APIs are new in this release:

Cart Services for Conga Platform

Implementation teams can use these APIs to build a cart as necessary to prepare a product configuration by providing relevant details. These APIs also enable actions on the cart object to activate and price the product configuration. The following API is new in this release:

  • POST/carts/{cartId}/items/clone
  • POST/quotes/{quoteId}/carts/activate

Enhancements

This section describes the existing features that are changed in this release.

Applying Search Filter to Catalog

When using search filters in the catalog to retrieve one or more products, you can search product across all categories by passing All in the category ID.

Applying Visibility Rules while Searching Categories

While retrieving the list of categories, all the visibility rules on the root category are also executed as a part of this API.

Enabling Product Search for 'All' Categories

When retrieving category details, you can now pass Category ID as All, and retrieve all the products across all the categories for a specific price list.

Finalizing the Cart

As a part of cart finalization, both inclusion and exclusion constraint rules for a product, bundle, sub-bundle, and options up to two levels belonging to a product family or product group are also executed.