|
1 | 1 |
|
2 | 2 | Mantle Business Artifacts - Universal Data Model Release Notes |
3 | 3 |
|
| 4 | +=========================================================================== |
| 5 | +Release 2.2.0 - 31 May 2022 |
| 6 | +=========================================================================== |
| 7 | + |
| 8 | +Mantle Universal Data Model 2.2.0 is a minor new feature and bug fix |
| 9 | +release. This release is based on Moqui Framework 3.0.0. |
| 10 | + |
| 11 | +This release includes a number of new entities, additional fields for |
| 12 | +service and screen level options, and seed data improvements. |
| 13 | + |
| 14 | +- new entities using UomDimensionType in moqui-framework: |
| 15 | + ProductUomDimension, PartyDimension, MarketSegmentDimension |
| 16 | +- new ProductParameter and related entities to configure parameters |
| 17 | + applicable to products with optional options, generally additional |
| 18 | + information to collect from the customer when the product is purchase, |
| 19 | + including: ProductParameterOption, ProductParameterProduct, |
| 20 | + ProductParameterSet, and ProductParameterValue; parameter values on |
| 21 | + orders with OrderItem.productParameterSetId, uses single ID to represent |
| 22 | + value set for easier future association with shipment items, assets, etc |
| 23 | +- new ProductWorkEffort entity for tasks related to product purchase, and |
| 24 | + OrderItemWorkEffort.forStatusId to track when should be considered done |
| 25 | +- new ShipmentParty and OrderItemParty entities |
| 26 | +- new OrderServiceJobRun entity to track job runs for orders |
| 27 | +- new ProductDbForm and OrderItemFormResponse entities to have forms |
| 28 | + associated with products that are filled out by customer on purchase |
| 29 | +- new PartySystemMessage entity, like other *SystemMessage join entities |
| 30 | + |
| 31 | +DEPRECATION NOTES: ProductDimension (use ProductUomDimension instead) |
| 32 | +and ProductDimensionType (use UomDimensionType instead); these will be |
| 33 | +removed in a future release, recommend updating code and migrating data |
| 34 | +before the next major release (non backward compatible). |
| 35 | + |
| 36 | +For a complete list of changes see: |
| 37 | + |
| 38 | +https://github.com/moqui/mantle-udm/compare/v2.1.2...v2.2.0 |
| 39 | + |
4 | 40 | =========================================================================== |
5 | 41 | Release 2.1.2 - 07 Dec 2019 |
6 | 42 | =========================================================================== |
|
0 commit comments