Legacy platform

Running activator for Sterling Intelligent Promising Inventory Visibility

Users with the Developer role can use the Run activator for inventory visibility process to integrate with the Sterling™ Intelligent Promising Inventory Visibility application.

Procedure

To integrate with Sterling Intelligent Promising Inventory Visibility, complete the following steps.

  1. To enable the servers to work with Sterling Inventory Visibility, merge the current templates with the following sample template files that are present in <INSTALL_DIR>\repository\xapi\template\merged\event\ivintegrationdirectory.
    • INVENTORY_CHANGE.SUPPLY_CHANGE_LIST.xml sample
      Note: If iv_integration.inventory.enableTagSupport is set to true, the complete tag element in this event XML template must be replaced with the InventoryTag element 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>
    • INVENTORY_CHANGE.DEMAND_CHANGE.xml sample
      Note: If iv_integration.inventory.enableTagSupport is set to true, the complete tag element in this event XML template must be replaced with the InventoryTag element 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>
    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.enableTagSupport is set to true, INV_SNAPSHOT.SUPPLY_SYNC_WITH_TAG.xml is used.
    • INV_SNAPSHOT.DEMAND_SYNC.xml
      Note: If iv_integration.inventory.enableTagSupport is set to true, INV_SNAPSHOT.DEMAND_SYNC_WITH_TAG.xml is used.
  2. Edit the iv_integration.properties file.
  3. Run the Run activator for inventory visibility process.
    Enter the Enterprise code, Client ID, Client secret, and Tenant ID in the process page, and then click Submit.