201 - (Packing) Save Document

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Packing - 201 - (Packing) Save Document

201 - (Packing) Save Document

Event

Extension action set

Description

Before

EXT_0201_1_Before

Will be executed before Syslog APP saves the packing;

Replace

EXT_0201_2_Replace

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

After

EXT_0201_3_After

Will be executed after the packing 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 Event

Input Parameters (event after):

  • inFilterCabDoc – Unique key of the document;

Last updated