101 - (Picking) Save Document
Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Picking - 101 - (Picking) Save Document
Last updated
Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Picking - 101 - (Picking) Save Document
101 - (Picking) Save Document
Event
Extension action set
Description
Before
EXT_0101_1_Before
Will be executed before Logistic APP saves the picking;
Replace
EXT_0101_2_Replace
Will be executed before Logistic APP saves the picking with the possibility to say Logistic APP to cancel the saving process;
After
EXT_0101_3_After
Will be executed after the picking is saved;
Input Parameters (event before):
inFilterCabDoc β Unique key of the document;
Input Parameters (event replace):
inFilterCabDoc β Unique key of the document;
Output Parameters (event replace):
outCanSave β Return code: 1 β Save the document / 0 β Cancel
Input Parameters (event after):
inFilterCabDoc β Unique key of the document
Last updated