Inventory Intelligence
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:
- Select .
- Run Recommendations Engine and Check Process Results.
- 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:
- Run the PopulateReplacementItemField set action in IIHItem data primary list.
- 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