> 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/deliveries/1600-deliveries-deliveries-module.md).

# 1600 - Deliveries Module

1600 - (Deliveries) Deliveries Module

{% hint style="info" %}
Action available for V1 and V2 of the deliveries module.
{% endhint %}

<table data-header-hidden><thead><tr><th width="154.33333333333331">Event</th><th width="244">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_1600_1_Before</td><td>Will be executed before MSS opens the Deliveries module;</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_1600_2_Replace</td><td>Will replace MSS Deliveries module;</td></tr><tr><td><a href="#after">After</a></td><td>EXT_1600_3_After</td><td>Will be executed after closing the Deliveries module;</td></tr></tbody></table>

### Before

*Input Parameters*

* inCustomerCode – Customer code to select automatically;
* inDeliveryPlaceCode – Delivery place to select automatically;
* inRouteCode – Active route code;
* inSubRouteCode – Active sub-route code;

### Replace

*Input Parameters*

* inCustomerCode – Customer code to select automatically;
* inDeliveryPlaceCode – Delivery place to select automatically;
* 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*

* inCustomerCode – Customer code to select automatically;
* inDeliveryPlaceCode – Delivery place to select automatically;
* inRouteCode – Active route code;
* inSubRouteCode – Active sub-route code;
