Inventory Intelligence

This section contains enhancements in Infor Financials and Supply Management for 11.0.82.0.

New business class capture Item Location errors in Process result

In Inventory Intelligence, we were not able to capture the item locations list that causes issues in the Recommendations engine run.

Program/Business class/Process affected:

  • modules/InventoryIntelligence/bl/IIHProcessResultErrorItems.busclass
  • modules/InventoryIntelligence/ui/IIHProcessResultErrorItems.busclass
  • modules/InventoryIntelligence/bl/IIHProcessResultErrorItems.keyfield

Security changes:

For details on exactly what was changed in these files, please see the Infor CloudSuite Financials & Supply Management Security Delta document for this update.

  • IEFINCommonViewInformation_ST
  • InventoryIntelligenceSetupAdmin_ST
  • InventoryIntelligenceProcessing_ST

Use these steps to test the enhancement:

  1. Select Supply Management > Supply Management Setup > Inventory Intelligence > Configuration.
  2. Run Recommendations Engine and Check Process Results.
  3. Check the data in the business class that is created when the engine run fails.

JT-1592945

Add REPLACEMENTITEM field to IIHITEM table

This change adds a new feature where a new item will reuse the history of the old item. Basically when one (old) item will be replaced by another (new) one.

Program/Business class/Process affected:

  • modules/InventoryIntelligence/bl/IIHItem.busclass

Use these steps to test the enhancement:

  1. Run the PopulateReplacementItemField set action in IIHItem data primary list.
  2. Check the IIHItem list for Replacement column values. Verify that it populated the ReplacementItem values from the Item.

Dependencies: If you are implementing Inventory Intelligence, run the PopulateReplacementItemField set action in IIHItem data primary list, to copy Replacement Item values from Item to IIHItem.

JT-1480813