> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/syslog-extensibility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/syslog-extensibility/functions-syslog-kalipso-1/others-documents3/401-3.md).

# 401 - (Others Documents) Save Document

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Others Documents - 401 - (Others Documents) Save Document

401 - (Others Documents) Save Document

| **Event** | **Extension action set** | **Description**                                                                                                                    |
| --------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| Before    | EXT\_0401\_1\_Before     | Will be executed before Syslog APP saves the others documents;                                                                     |
| Replace   | 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; |
| After     | EXT\_0401\_3\_After      | Will be executed after the others documents 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:&#x20;
  * 1 – Save the document&#x20;
  * 0 – Cancel

*Input Parameters (event after)*:

* inFilterCabDoc – Unique key of the document;
