Adobe Connect 10.7.0 Release Notes
Introduction
This document describes the fixed issues in Adobe Connect v10.7.0:
New Features
-
COAD-4782. Customers using only CloudBlue Connect can now check if a customer is eligible for discounts when placing orders from external marketplaces. The
POST /adobe/order/preview
endpoint in the Adobe API Management extension has been enhanced so that the discount code can be used in the "items" section of payload. For example:"discountCode": "HVD_L18_PRE"
. -
COAD-4783. Customers using only CloudBlue Connect can now check if a customer is eligible for the relevant discount when calculating renewal options from external marketplaces. The
POST /adobe/order/preview_renewal
endpoint in the Adobe API Management extension has been added, where the discount code can be used in the "lineItems" section of the payload. For example:"discountCode": "HVD_L18_PRE"
.
Enhancements
-
COAD-4645. Customers whose subscriptions have been canceled or terminated, can now purchase new licenses under the same contract. To make this possible, the connector now first checks if an account ID is available in a custom attribute in Connect. If this information is not available, it checks if the customer has any previous requests (including subscriptions in a terminated status) to obtain the account ID from the request. If the account ID is found in a previous request, it is saved in the custom attribute, thereby allowing the creation of new subscriptions under accounts with no active licenses.
Fixed Issues
-
CAD-2106. When subscriptions are canceled, the connector now ensures that the
control_validation_3yc
parameter is set to False. -
CAD-2118. A request was incorrectly transitioning to the Inquiring state due to an unhandled error in the connector logs. This caused requests to enter the Inquiring state with unclear error messaging. The issue has been resolved, and error handling has been improved for better traceability.
-
CAD-2123. We fixed an issue where the current quantity, rather than the renewal quantity, was considered when verifying the minimum 3-year commitment of licenses or consumables.
-
CAD-2091. When creating adjustment requests to update the auto-renewal status of the items in a Connect subscription, a message is now displayed indicating for which items the auto-renewal status could not be updated.
-
CAD-2121. Addressed an issue where Seamless Move could not import Adobe EDU accounts containing subsegment data (e.g., K-12, HED, NFP). Import requests were incorrectly moved to "Inquiring" status, prompting a manual subsegment specification. The connector now correctly updates the market subsegment from Adobe during import. If subsegment data is missing, users are prompted to provide it before order creation.