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:

  1. Select Supply Management Administrator > Inventory Intelligence > Configuration.
  2. In Service Level/Lead Time rules, create a new rule.
  3. 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:

  1. Verify if an Item changes from Active to Inactive, recommendations are cleared for all the IIHItemLocations for that item.
  2. Verify if an ItemLocation changes from Active to Inactive, recommendations are cleared for that IIHItemLocation.
  3. Verify if an Item is Discontinued, recommendations are cleared for all the IIHItemLocations for that item.
  4. Verify if an ItemLocation is Discontinued, recommendations are cleared for that IIHItemLocation.
  5. 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.
  6. You can run the replication set after changing the DefaultTransactionUOM and then run the Recommendation engine to override ROPs and accept the recommendation.
  7. 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.
  8. If DefaultSourceUOM changes on ItemLocation, recommendations are cleared for that IIHItemLocation.

JT-1442403