Os usuários com a função de Desenvolvedor podem usar o processo Executar ativador para visibilidade de inventário para integrar-se ao aplicativo Sterling™ Intelligent Promising Inventory Visibility.
Procedimento
Para integrar com o Sterling Intelligent Promising Inventory Visibility, conclua as etapas a seguir.
- Para permitir que os servidores funcionem com o Sterling Inventory Visibility, mescle os modelos atuais com os seguintes arquivos de modelo de amostra que estão presentes no <INSTALL_DIR>\repository\xapi\template\merged\event\ivintegrationdirectory.
- INVENTORY_CHANGE.SUPPLY_CHANGE_LIST.xml exemplo
Observação: Se iv_integration.inventory.enableTagSupport estiver definido como true, o elemento de tag completo neste modelo XML de evento deverá ser substituído pela estrutura InventoryTag do elemento.
Substitua o elemento de tag na íntegra:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3=""
LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />
com o seguinte:
<InventoryTag BatchNo="" LotKeyReference="" LotNumber=""
ManufacturingDate="" RevisionNo="" TagNumber="">
<Identifiers>
<Attribute Name="" />
</Identifiers>
<CustomAttributes LotAttribute1="" LotAttribute2="" LotAttribute3="" />
</InventoryTag>
- INVENTORY_CHANGE.DEMAND_CHANGE.xml exemplo
Observação: Se iv_integration.inventory.enableTagSupport estiver definido como true, o elemento de tag completo neste modelo XML de evento deverá ser substituído pela estrutura InventoryTag do elemento.
Substitua o elemento de tag na íntegra:
<Tag BatchNo="" LotAttribute1="" LotAttribute2="" LotAttribute3=""
LotKeyReference="" LotNumber="" ManufacturingDate="" RevisionNo="" />
com o seguinte:
<InventoryTag BatchNo="" LotNumber="" RevisionNo="" TagNumber="">
<Identifiers>
<Attribute Name="" />
</Identifiers>
</InventoryTag>
Os seguintes arquivos de modelo estão presentes no
<INSTALL_DIR>\repository\xapi\template\merged\event diretório:
INV_SNAPSHOT.SUPPLY_SYNC.xml
Nota: Se iv_integration.inventory.enableTagSupport estiver definido como true, INV_SNAPSHOT.SUPPLY_SYNC_WITH_TAG.xml é utilizado.
INV_SNAPSHOT.DEMAND_SYNC.xml
Nota: Se iv_integration.inventory.enableTagSupport estiver definido como true, INV_SNAPSHOT.DEMAND_SYNC_WITH_TAG.xml é utilizado.
- Edite o
iv_integration.properties arquivo.
- Execute o processo Executar ativador para visibilidade de inventário .
Insira Enterprise code, Client ID, Client secrete Tenant ID na página do processo e, em seguida, clique em Enviar.