Los usuarios con el rol Desarrollador pueden utilizar el proceso Ejecutar activador para visibilidad de inventario para integrarse con la aplicación Sterling™ Intelligent Promising Inventory Visibility.
Procedimiento
Para realizar la integración con Sterling Intelligent Promising Inventory Visibility, realice los pasos siguientes.
- Para permitir que los servidores funcionen con Sterling Inventory Visibility, fusione las plantillas actuales con los siguientes archivos de plantilla de ejemplo que están presentes en <INSTALL_DIR>\repository\xapi\template\merged\event\ivintegrationdirectory.
- INVENTORY_CHANGE.SUPPLY_CHANGE_LIST.xml ejemplo
Nota: Si iv_integration.inventory.enableTagSupport se establece en true, el elemento de etiqueta completo de esta plantilla XML de eventos debe sustituirse por la InventoryTag estructura del elemento.
Sustituye el elemento de etiqueta completo:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3=""
LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />
con lo siguiente:
<InventoryTag BatchNo="" LotKeyReference="" LotNumber=""
ManufacturingDate="" RevisionNo="" TagNumber="">
<Identifiers>
<Attribute Name="" />
</Identifiers>
<CustomAttributes LotAttribute1="" LotAttribute2="" LotAttribute3="" />
</InventoryTag>
- INVENTORY_CHANGE.DEMAND_CHANGE.xml ejemplo
Nota: Si iv_integration.inventory.enableTagSupport se establece en true, el elemento de etiqueta completo de esta plantilla XML de eventos debe sustituirse por la InventoryTag estructura del elemento.
Sustituye el elemento de etiqueta completo:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3=""
LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />
con lo siguiente:
<InventoryTag BatchNo="" LotNumber="" RevisionNo="" TagNumber="">
<Identifiers>
<Attribute Name="" />
</Identifiers>
</InventoryTag>
Los siguientes archivos de plantilla están presentes en el
<INSTALL_DIR>\repository\xapi\template\merged\event directorio:
INV_SNAPSHOT.SUPPLY_SYNC.xml
Nota: Si iv_integration.inventory.enableTagSupport está configurado en true, INV_SNAPSHOT.SUPPLY_SYNC_WITH_TAG.xml se utiliza.
INV_SNAPSHOT.DEMAND_SYNC.xml
Nota: Si iv_integration.inventory.enableTagSupport está configurado en true, INV_SNAPSHOT.DEMAND_SYNC_WITH_TAG.xml se utiliza.
- Edita el
iv_integration.properties archivo.
- Ejecute el proceso Ejecutar activador para visibilidad de inventario .
Especifique Enterprise code, Client ID, Client secrety Tenant ID en la página de proceso y, a continuación, pulse Enviar.