401 - Save Document

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Others Documents - 401 - Save Document

401 - (Others Documents) Save Document

Event

Extension action set

Description

EXT_0401_1_Before

Will be executed before Syslog APP saves the others documents;

EXT_0401_2_Replace

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

EXT_0401_3_After

Will be executed after the others documents is saved;

Before

Input Parameters

  • inFilterCabDoc – Unique key of the document;

  • inInternalStamp

Output Parameters

  • outCanSave - 1 – Save the document / 0 – Cancel

Replace

Input Parameters

  • inFilterCabDoc – Unique key of the document;

  • inInternalStamp

Output Parameters

  • outCanSave – Return code:

    • 1 – Save the document

    • 0 – Cancel

After

Input Parameters

  • inFilterCabDoc – Unique key of the document;

  • inInternalStamp

Last updated