Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Date:  

Installation: https://downloads.interworkscloud.net/patches/3.28.0/CloudPlatform.Patch.3.28.42.zip
You must upgrade first to 3.28.0 using the interworks.cloud installer before applying this patch

Backordering Improvement for Tenant Organizations

With this improvement, the cancellation flows between a root organization and a tenant organization are working correctly. Consequently, even if multiple subscriptions from the tenant’s organization are invoiced by a single subscription of the root’s organization, all the cancellation requests are executed correctly, provisioning wise and billing wise.

Improvements on Cancellation Flow of Microsoft Software Subscriptions & Perpetual Licenses

A validation functionality is introduced in the cancellation flow of Microsoft Software Subscriptions and Perpetual Licenses. During the cancellation of a Microsoft Software Subscription or a Microsoft Perpetual License from the BSS, the same services are traced and canceled on the Microsoft Partner Center (MPC). The validation functionality makes sure that even if there are duplicates of those subscriptions or licenses in the MPC, these duplicates will not be affected. Therefore, no errors will be made during the cancellation process from both platforms since the BSS cancellation affects only the exact entries found in MPC.

For more information, please check the Canceling Microsoft Software Subscriptions Assets and the Cancellation of Microsoft Perpetual License Assets pages.

On this page

Strings for the Upcoming Release Note

The following Excel file contains the latest strings for translation, based on their tag_name, for the upcoming release note 3.28.43.

New “Orders” Fields Available for Reports & Notifications

The merge fields, Bill To Contact First Name and Bill To Contact Last Name, are available to the Orders module in this release. Therefore, when you create a report or a notification based on Orders, you can utilize these two new fields to display the relative information for the order invoiced account.

Stripe Payment Gateway Improvement

If multiple webhooks are utilized to handle the account from different applications, our system can identify the distinct webhooks and accordingly dispatch the webhook responses to the appropriate application.

Improvement on Product Copies in BSS

In BSS, when a product is copied, the billing date from the pricing options of the initial product is also automatically transferred to the copied product. This feature is handy when multiple copies of a product are created to offer different product characteristics since users will not manually add the billing date for each copied product.

Updates on APIs

Products API

Accounts API

Improvement Description

Products API V3 can now precisely screen the price lists that are returned for specific products depending on whether their active units are aligned or not. Consequently, the price list of a product (or product group) will not be returned if that product does not have active units that correspond to the active units of the price list.

Accounts API V3 can now automatically assign notification plans during an account's creation.

Affected End-Point(s)

GET /api/products/{productId}/pricelists

POST /api/accounts

Bundle Child Subscriptions API

In API v3, we introduced new methods for managing the bundle child subscriptions. More methods will be published in the following releases.

Method

Description

GET /api/bundleChildSubscriptions/

Retrieves all the bundle child subscriptions of the organization.

GET /api/bundleChildSubscriptions/{bundleChildSubscriptionId}

Retrieves a bundle child subscription based on a given ID.

GET /api/bundleChildSubscriptions/{bundleChildSubscriptionId}/characteristics

Retrieves the characteristics of a bundle child subscription based on a given ID.

GET /api/bundleChildSubscriptions/{bundleChildSubscriptionId}/addons

Retrieves the add-ons of a bundle child subscription based on a given ID.

GET /api/bundleChildSubscriptions/{bundleChildSubscriptionId}/synchronization

Retrieves the synchronization info of a bundle child subscription based on a given ID.

GET /api/bundleChildSubscriptions/{bundleChildSubscriptionId}/addons/{addonId}/synchronization

Retrieves the synchronization info of a bundle child subscription add-on based on a given ID.

For more details concerning the Bundle Child Subscription filters, please check the Bundle Child Subscriptions ($filter) page.

Resolved Issues

EXL-XXXXX

  • No labels