501 - (Inventory) Save Document
Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Inventory - 501 - (Inventory) Save Document
501 - (Inventory) Save Document
Event
Extension action set
Description
Before
EXT_0501_1_Before
Will be executed before save the document;
Replace
EXT_0501_2_Replace
Will be executed before Syslog APP saves the others documents with the possibility to say Syslog APP to cancel the saving process;
After
EXT_0501_3_After
Will be executed after the document is saved;
Input Parameters (event before):
inCabKey – Unique key of the document; (assisted inventory)
inInternalStamp - Internal key of the document (blind inventory);
Output Parameters (event before):
outCanSave – Return code:
1 – Save the document
0 – Cancel
Input Parameters (event replace):
inCabKey – Unique key of the document; (assisted inventory)
inInternalStamp - Internal key of the document (blind inventory);
inWarehouse – Warehouse
inZone – Zone
inLocation - Location
Output Parameters (event replace):
outCanSave – Return code:
1 - Save the document
0 - Cancel out
Input Parameters (event after):
inCabKey – Unique key of the document; (assisted inventory)
inInternalStamp - Internal key of the document (blind inventory);
inFilterCabDoc - Unique key of the document;
inErroIntegracao - Return code:
0 - no Error
1 - Error saving
inStampDocGerado - Generated document;
Last updated