> 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/store-in/307-store-in-end-document-session.md).

# 307 - End Document Session

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Store In - 307 - End Document Session

307 - (Store In) End Document Session

| **Event**           | **Extension action set** | **Description**                                        |
| ------------------- | ------------------------ | ------------------------------------------------------ |
| [Before ](#before)  | EXT\_0307\_1\_Before     | Code executed before End Document Session              |
| [Replace](#replace) | EXT\_0307\_2\_Replace    | This event is executed to replace End Document Session |
| [After](#after)     | EXT\_0307\_3\_After      | Code executed after End Document Session               |

### Before

*Input Parameters*

* inUserName – Username&#x20;
* inDocList –Documents list

*Output Parameters*

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 – Cancel

### Replace

*Input Parameters*

* inUserName – Username&#x20;
* inDocList –Documents list

*Output Parameters*

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 – Cancel

### After

*Input Parameters*

* inUserName – Username&#x20;
* inDocList –Documents list
