> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-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/mss-extensibility/mss-5.1/functions-mss-to-kalipso/end-of-day/1400-end-of-day-end-of-day-module.md).

# 1400 - End of Day Module

1400 - End of Day Module

<table data-header-hidden><thead><tr><th width="213.33333333333331">Event</th><th width="230">Extension action set</th><th>Description</th></tr></thead><tbody><tr><td>Event</td><td>Extension action set</td><td>Description</td></tr><tr><td><a href="#before">Before </a></td><td>EXT_1400_1_Before</td><td>Will be executed before MSS opens the End of Day module;</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_1400_2_Replace</td><td>Will replace MSS End of Day module;</td></tr><tr><td><a href="#after">After</a></td><td>EXT_1400_3_After</td><td>Will be executed after closing the End of Day module;</td></tr></tbody></table>

### Before

*Input Parameters*

* inRouteCode – Active route code;
* inSubRouteCode – Active sub-route code;

### Replace

*Input Parameters*

* inRouteCode – Active route code;
* inSubRouteCode – Active sub-route code;

*Output Parameters*

* outOpenMSSModule – Return code: 1 – Open MSS module / 0 – Don’t open MSS module;

### After

*Input Parameters*

* inRouteCode – Active route code;
* inSubRouteCode – Active sub-route code;
