Configuring Sterling Order Management System for integrating with Sterling Intelligent Promising Inventory Visibility
You can configure Sterling™ Order Management System to integrate with Sterling Intelligent Promising Inventory Visibility.
Procedure
- To enable the servers to work with Sterling Intelligent Promising Inventory Visibility, merge the current
templates with the following sample template files that are present in the
<INSTALL_DIR>\repository\xapi\template\merged\event\ivintegration
directory.
-
- INVENTORY_CHANGE.DEMAND_CHANGE.xml sample
-
Note: If
iv_integration.inventory.enableTagSupportis set totrue, the complete tag element in this event XML template must be replaced with theInventoryTagelement structure.Replace the complete tag element:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3="" LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />with the following:
<InventoryTag BatchNo="" LotNumber="" RevisionNo="" TagNumber=""> <Identifiers> <Attribute Name="" /> </Identifiers> </InventoryTag>
-
- INVENTORY_CHANGE.SUPPLY_CHANGE_LIST.xml sample
-
Note: If
iv_integration.inventory.enableTagSupportis set totrue, the complete tag element in this event XML template must be replaced with theInventoryTagelement structure.Replace the complete tag element:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3="" LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />with the following:
<InventoryTag BatchNo="" LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" TagNumber=""> <Identifiers> <Attribute Name="" /> </Identifiers> <CustomAttributes LotAttribute1="" LotAttribute2="" LotAttribute3="" /> </InventoryTag>
The following template files are present in the <INSTALL_DIR>\repository\xapi\template\merged\event directory:-
INV_SNAPSHOT.SUPPLY_SYNC.xml-
Note: If
iv_integration.inventory.enableTagSupportis set totrue,INV_SNAPSHOT.SUPPLY_SYNC_WITH_TAG.xmlis used.
-
INV_SNAPSHOT.DEMAND_SYNC.xml-
Note: If
iv_integration.inventory.enableTagSupportis set totrue,INV_SNAPSHOT.DEMAND_SYNC_WITH_TAG.xmlis used.
-
-
Edit the
iv_integration.propertiesfile. For more information about editing the integration properties, see Defining integration properties in Sterling Order Management System. - Rebuild your customization package. For more information about building a customization package, see Update custom extensions in containerized developer toolkit environment.
Run the Self Service process,
Run Activator for Inventory Visibilityin all environments for the corresponding Sterling Intelligent Promising Inventory Visibility tenant ID.Note: To enable the Sterling Order Management System integration with Sterling Intelligent Promising Inventory Visibility, contact your system administrator.- Deploy your customized package to cloud environments. For more information about deploying a customized package to cloud environments, see Deploying a package or custom runtime image on the legacy platform.