Inventory Intelligence CU73
This section contains enhancements in Infor CloudSuite Financials for
11.0.73.0.
Major Inventory Class
Major Inventory Class has been added as a type for all the rules for Inventory Intelligence.
Program/Business class/Process affected:
- modules/InventoryIntelligence/bl/IIHRule.busclass
- modules/InventoryIntelligence/bl/PrimaryReplenishmentSourceType.field
- modules/InventoryIntelligence/ui/IIHRule.busclass
- modules/thirdparty/engine-csf-7.0.1.jar
Use these steps to test this enhancement:
- Select .
- In Service Level/Lead Time rules, create a new rule.
- You can create a new rule with a Major Inventory Class type.
JT-1442401
Remove II recommendations when Stock UOM changes
Recommendations of StockUOM are cleared if Item or ItemLocation changes.
Program/Business class/Process affected:
- Item
- IIHItem
- ItemLocation
- IIHItemLocation (bl and ui)
- IIHItemReplenishmentSource
- ICItemSetup_SC.secclass
- ICSetupAdmin_SC.secclass
Use these steps to test this enhancement:
- Verify if an Item changes from Active to Inactive, recommendations are cleared for all the IIHItemLocations for that item.
- Verify if an ItemLocation changes from Active to Inactive, recommendations are cleared for that IIHItemLocation.
- Verify if an Item is Discontinued, recommendations are cleared for all the IIHItemLocations for that item.
- Verify if an ItemLocation is Discontinued, recommendations are cleared for that IIHItemLocation.
- To change a StockUOM on Item, change the ItemLocation DefaultTransactionUOM/DefaultSourceUOM. If DefaultTransactionUOM changes on ItemLocation and ItemLocation is a source of replenishment for other ItemLocations, then recommendations are cleared for those IIHItemLocations.
- You can run the replication set after changing the DefaultTransactionUOM and then run the Recommendation engine to override ROPs and accept the recommendation.
- You can run the Recommendation engine after changing the DefaultTransactionUOM to override ROPs and accept the recommendation. A message is displayed to run the replication again.
- If DefaultSourceUOM changes on ItemLocation, recommendations are cleared for that IIHItemLocation.
JT-1442403