901 - (Warehouse Transfers) Save Document

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Warehouse Transfers - 901 - (Warehouse Transfers) Save Document

901 - (Warehouse Transfers) Save Document

Event

Extension action set

Description

Before

EXT_0901_1_Before

Will be executed before Syslog APP save the document

Replace

EXT_0901_2_Replace

Will be executed before Syslog APP saves the picking with the possibility to say Syslog APP to cancel the saving process;

After

EXT_0901_3_After

Will be executed after the picking is saved;

Input Parameters (event before):

  • inInternalStamp – Unique key of the document;

Input Parameters (event replace):

  • inInternalStamp – Unique key of the document;

Output Parameters (event replace):

  • outCanSave – Return code:

    • 1 – Save the document

    • 0 – Cancel

Input Parameters (event after):

  • inInternalStamp – Unique key of the document;

Last updated