> 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/others-documents/401-others-documents-save-document.md).

# 401 - Save Document

401 - (Others Documents) Save Document

| **Event**           | **Extension action set** | **Description**                                                                                                                    |
| ------------------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| [Before ](#before)  | EXT\_0401\_1\_Before     | Will be executed before Syslog APP saves the others documents;                                                                     |
| [Replace](#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](#after)     | 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<br>

### Replace

*Input Parameters*

* inFilterCabDoc – Unique key of the document;
* inInternalStamp

*Output Parameters*

* outCanSave – Return code:&#x20;
  * 1 – Save the document&#x20;
  * 0 – Cancel

### After

*Input Parameters*

* inFilterCabDoc – Unique key of the document;
* inInternalStamp
