Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Show Page Sections

Order Management for Advantage Platform 202507.2.0 Release Notes

In these release notes, you can find new features and enhancements and fixed and known issues for the Order Management 202507.2.0 release. For documentation updates, see What's New in Order Management Documentation.

Note:

This documentation may describe optional features 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 features and licensing.

To access the learning path, including overviews and demonstrations of this release’s updated features and enhancements, visit the Conga Learning Center.

New Features and Enhancements

The following features are new to Order Management in this release.

Inflight Order Management Settings in Order Setup UI

Access the new Inflight Order Management section in the Order Setup UI to modify inflight order management settings. The UI enables order administrators to update settings and save changes directly from the interface. You can change the existing or default values for these settings and save them to manage the In-flight Orders as per your organization policies.

For more information, see Setting up Order Management.

Supporting Cancellation of In-flight Orders

You can now cancel an In-flight Order from the UI or by executing an API.

The In-flight Order management from the UI is controlled by the setting Manage Inflight Orders?. Enabling this setting in the Order Setup UI makes the Cancel Order button available on the UI.

Use the following API to cancel an In-flight Order:

POST: /api/order/v1/orders/{{orderId}}/cancel

For more information, see Configure In-flight Order Cancellation and Manage In-flight Orders.

Support to Create Direct Orders from the Account

You can now create direct orders and order line items from the Account using the following APIs:

To create orders:

POST: /api/orders/v1/orders

To create order line items:

POST: /api/order/v1/order/{ParentId}/orderlineitems

For more information, see Creating Order From Account.

Fixed Issues

There are no fixed issues in this release.

Known Issues

There are no known issues in this release.

DOC ID: OMRLP202507.2.0RN20250811