Preview: CPQ for Advantage Platform 202606.1.0 Release Notes
In these release notes, you can find enhancements and fixed and known issues for the CPQ 202606.1.0 release. For documentation updates, see What's New in CPQ Documentation.
This documentation may describe optional enhancements for which you have not purchased a license; therefore your solution or implementation may differ from what is described here. Contact your customer success manager (CSM) or account executive (AE) to discuss your specific enhancements and licensing.
Enhancements
The following enhancements are new to CPQ in this release.
Quick-Apply Price Recommendations Integration
Sales Representatives can now apply floor, expert, or target price recommendations directly to one or multiple line items from the cart. The system applies the selected recommendation as a gross-level price override and provides visual confirmation for each updated line item, supporting both single-item and bulk update workflows.
Mass update support for line items with open collaboration requests
For more information, see Quote Collaboration Process Flow.
Catalog API: Associate Images with Attribute Values
You can associate images with individual values of picklist and multi-select picklist attributes using the Catalog API. This allows you to enhance the product configuration experience by pairing attribute values such as color or style options with visual representations. Supported image formats include JPG, PNG, and SVG, with a maximum file size of 2 MB. You can also remove an image from an attribute value at any time. When you retrieve product details through the Product Details API, the image URL for each attribute value is automatically included in the response.
For more information, see Catalog APIs in Conga Developer Portal.
Advanced Filter with Pagination Feature Flag Removal
You can use the Advanced Filter with Pagination feature without any feature flag dependency. After successful certification and validation, this functionality is enabled by default for all users. No additional configuration is required on your part the feature is automatically available in your environment.
ACV Field on Line Item, Summary Group, and Quote
The ACV (Annual Contract Value) field is now available on line items, summary groups, and quotes, displaying annual contract values. Enable the EnableSaasMetricsComputation feature setting to calculate ACV across line items, quotes, and summary groups.
Correct Version Numbering When Revising Older Cart Versions
Cart version numbers are now calculated correctly when you revise an older version. Previously, carts in Superseded or Abandoned status were excluded from the version increment, creating gaps in the version sequence. This enhancement ensures all existing versions count toward the next number and provides a continuous and accurate version history.
For example, You have a cart with the following version history, v1 – Finalized, v2 – Superseded, and v3 – Abandoned. Previously, when you revise v1, the system generated a new cart as v2 because versions in Superseded and Abandoned status were excluded from the calculation. This caused version conflicts and an inaccurate version trail. In this release, the system correctly identifies v3 as the latest existing version and generates the new cart as v4. This ensures a continuous and reliable version sequence.
For more information, see Cart APIs in Conga Developer Portal.
Dynamic Summary for Rate Table with Tier in Buy X Get X Programs
The program summary for Buy X Get X configurations now displays rate table details for tiered setups directly within the summary view. When applicable, the summary also displays associated tier details for each rate table entry, reducing the need to navigate to separate screens.
For more information, see Price Program and Rebate Program.
Configure Eligible Service Bundle API
Sales representatives can configure service bundles that are eligible for selected equipment asset products, enabling attribute and option selections within the bundle. Selections inside the service bundle trigger standard constraint rules, related line item constraint rules, and activate the pricing engine.
Cart Line Items Import API: Update and Add Line Items
You can update existing cart line items using the cart import API. When your import payload includes a line item ID that matches an existing line on the cart, the API updates that line instead of creating a duplicate. New and existing line items can be mixed in a single import request, making bulk updates to a cart faster and more efficient.
For more information, see Cart APIs in Conga Developer Portal.
Select Specific Line Items When Updating a Contract from a Quote
You can choose exactly which line items to include when updating an existing contract from a quote. Open the Update Contract option for a contract on your quote, select the lines you want to sync, and click Submit. Only your selected line items are written to the contract as Agreement Line Items. A success message with a direct link to the updated contract confirms the change.
For more information, see Quote APIs in Conga Developer Portal.
Configure Sync Modes and Monitor Sync Health for Account and Contact Objects
You can now manage account and contact sync behavior from a single configuration entry point, eliminating the need to navigate individual recipe settings. For each object, you can switch the sync mode Off, Punchout only, Periodic, or Real-time and pause or resume sync without disabling the underlying recipe. A sync health dashboard gives you at-a-glance visibility into the last sync timestamp, records processed, and error count per object. All configuration changes are logged with the user and timestamp for full audit traceability.
Dynamic Field Mapping Configuration for Account and Contact Sync
You can configure field mappings between Dynamics 365 and Conga Account and Contact fields directly through the Integration Hub configuration layer without modifying or redeploying sync recipes. You can map both standard and custom attributes from either system, and specify the transformation type (direct, lookup, or formula) for each mapping entry. When you update a mapping, the changes are automatically picked up on the next sync run. If a mapped field no longer exists in either system, you receive a warning in the run log instead of a sync failure, so your data flow continues uninterrupted.
Mass Price Ramps for Bundles Having Options with Mixed Price Types
The system now creates Price Ramps and Mass Price Ramps for eligible line items in a bundle, even when some options have a "One-time" price type. Line items with a "One-time" price type are skipped without error or warning, allowing ramps to be applied to recurring items within the bundle.
For more information, see Creating Price Ramps on the Cart Page and Creating Mass Price Ramp.
Enhanced Dropdown Support in Price Programs and Rebates
The Admin UI now displays the Metric Value Source, Rate Table Column 1/2/3, and dimension value fields as dropdowns with only valid options. When configured from the cart, the dropdowns filter values based on the current cart’s line items to reduce selection errors, while existing saved values continue to display correctly. This behavior applies to both Price Programs and Rebates.
For more information, see Defining Benefits for a Price Program and Defining Benefits for a Rebate.
Associate Images with Attribute Values via the Admin API
You can associate and remove images for picklist and multi-select picklist attribute values using the Admin API. Supported formats are JPG, PNG, and SVG with a maximum file size of 2 MB (recommended resolution: 500×500 px). This improves the product configuration experience with visual cues alongside attribute options.
For more information, see Revenue Administration APIs in Conga Developer Portal.
ACV Calculation on Quote
Annual Contract Value (ACV) is displayed on Quote level and is refreshed on every reprice.
For more information, see Annual Contract Value.
Eligibility Rules for Assets
Define eligibility constraint rules between service products and assets using the Admin API to specify which services are not eligible for selected asset products in post-sale scenarios. Use the IsPointOfSale and IsPostSale boolean fields in the ConstraintRule object to indicate whether a rule applies to point-of-sale, post-sale, or both contexts. Sales representatives can view eligible services for purchased products directly in the service catalog based on these rules.
POST /api/revenue-admin/v1/constraint-rules
Selling Term Calculation for Rollup Lines in Turbo Cart
The Selling Term for rollup lines in Cart now calculates as the difference between the "Start Date" and "End Date", aligning its behavior with Classic Pricing. This update achieves parity between Turbo and Classic carts for recurring products, ensuring consistent calculation logic across both modes.
Associate Service Products with Equipment Assets via Post-Sale API
You can associate a service product with one or more equipment assets using the post-sale API. When eligible service products or service bundles are selected, they are automatically linked to the selected equipment assets. This relationship is recognized by the UI, pricing engines, and downstream systems, enabling accurate post-sale service configuration and pricing.
For more information, see Cart APIs in Conga Developer Portal.
Cart Versioning in CPQ UI
You can access, review, and revert to previous cart configurations directly from the CPQ user interface. You can view superseded cart versions in read-only mode and use the Revise cart action to clone an earlier version as a new draft cart. To enable this feature, activate the EnableCartVersioning setting in your application configuration.
For more information, see Configuring Cart Settings.
Unified Field Mapping for Multi-Tier Collaboration
You can configure field transfers for multi-tier collaboration using a single unified data model. The new MultiTierCollaborationCreateFields and MultiTierCollaborationMergeFieldsMapping settings replace the separate CollabCreateFields and CollabMergeFields configurations. MultiTierCollaborationCreateFields controls which fields are copied from the parent cart to the child cart on create or update; MultiTierCollaborationMergeFieldsMapping controls field transfers from the child cart back to the parent cart on merge. Configure both settings via the Admin API endpoint MultiTierCollaborationFields.
For more information, see Revenue Admin APIs and Cart APIs in Conga Developer Portal.
Asset Attributes Related List on Asset Line Item Detail Page
You can view Asset Attributes as a related list directly on the Asset Line Item detail page in Asset 360. The related list displays key information including ID, Created Date, Created By, Modified Date, Modified By, Attribute Name, Attribute Value, and Asset Line Item with timestamps shown in both date and time format for easy tracking. Results are sorted by Created Date (newest first) by default, and you can use basic or advanced search to quickly find specific attributes.
For more information, see Viewing Asset details and Related Lists in the New UI.
Constraint Rule Exclusion Support for Cancelled Lines During Asset-Based Operations
Constraint rules now support exclusion logic for asset line items with a status of Cancelled during asset-based operations (ABO). Excluded assets when added to the cart, triggers associated Constraint Rules if any. Any prior Asset line will be cancelled (prompted to be cancelled) based on this exclusion.
Enhanced Runtime API Error Messages
The Runtime API now displays clearer error messages when the Adjustment Type or Adjustment Amount field is missing for line items or summary lines. The message identifies the affected product or summary line and guides users to provide both values or clear the existing entry.
For more information, see Pricing APIs in Conga Developer Portal.
Constraint Rule Inclusion Support for Cancelled Lines in Asset-Based Ordering (ABO)
Constraint rules of inclusion type now trigger removal of auto-included assets when their dependent assets are cancelled during ABO operations. This update maintains accurate asset relationships by ensuring that any asset auto-included by a constraint rule is also cancelled if its dependency is cancelled on the cart.
Fixed Issues
The following issues are fixed in this release. If any actions are required, they will be listed in this table.
| Case Number | Conga Internal ID | Description |
|---|---|---|
| - | CPQ-108807 | When you edit an Attribute Field Expression from the Associated Attribute Groups page and a validation error occurs, the system may create duplicate Field Expressions for the same attribute. This can cause incorrect expressions to be applied on the cart. |
Known Issues
The following unresolved issues are known to Conga at the time of this release.
| Conga Internal ID | Description |
|---|---|
| CPQ-109304 | Unable to permanently remove default bundles from the cart. Deleted bundles are restored after MTTV execution, resulting in incorrect cart configurations and additional manual effort. |
| CPQ-109138 | Service Level field is showing all values in cart lines instead of specific value. |
| CPQ-109046 | Deleting and re-adding a bundle product in the cart leaves orphaned child bundles, resulting in "Sub bundle line item not found" errors and a NullReferenceException during subsequent cart operations. |
| CPQ-107960 | On a cart having multiple AdHoc groups, the delete functionality is not working as expected. |
| CPQ-106878 | Cloning a proposal record does not create associated line item records when the cloned quote contains invalid or missing line number values. |
| CPQ-97591 | The product name header on the configuration page may stretch too far to the right at 80%, 90%, or 100% zoom, hiding the Summary section. This UI glitch appears while scrolling. |
| CPQ-95448 | The system displays AssetLineItemAttributes on the Installed Products page only after you click the expander icon for each asset, instead of showing them by default. |
| CPQ-92545 | The Auto-Inclusion constraint rule adds the product back to the cart even after it is deleted and a mass update is performed. This occurs regardless of the user’s preference to exclude the product. |
DOC ID: CPQRLP202606.1.0RN20260615
