# 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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/syslog-extensibility/functions-syslog-kalipso-1/store-in3/301-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
