301 - (Store In) Save Document

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Store In - 301 - (Store In) Save Document

301 - (Store In) Save Document

Event

Extension action set

Description

Before

EXT_0301_1_Before

Will be executed before Syslog APP saves the store in;

Replace

EXT_0301_2_Replace

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

After

EXT_0301_3_After

Will be executed after the store in 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