...
[MES] Fixed internal links in various places to open in the same tab instead of a new tab.
Administration Actions
Analytics: Update your custom order queries to consider the new rejected status
- For Enterprise customers with Full Analytics access -
With this release, we changed how canceled orders are treated. Instead of an order Status == Cancelled
, an order now has a simple flag, Is Rejected
, on the Order Order
table.
In case you are using the models we provide in the Default Collection, e.g. Model - ERP - Orders with Order Status
, then you don’t have to do anything. We have updated the models to already consider the change.
However, if you created your own custom queries around orders, you may have to update them. If in any of those custom queries you filter out canceled orders manually, you should update the queries as follows.
Instead of filtering by the Cancelled
order status, you should filter by the Is Rejected
flag.
As an example, see the content of the Model - ERP - Orders with Order Status
...