> 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/1610-deliveries-open-delivery.md).

# 1610 - Open delivery

1610 - Open delivery

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

<table data-header-hidden><thead><tr><th width="168.33333333333331">Event</th><th width="220">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_1610_1_Before</td><td>Will be executed before MSS opens the delivery;</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_1610_2_Replace</td><td>Will be executed before MSS opens the delivery with the possibility to cancel the process;</td></tr><tr><td><a href="#after">After</a></td><td>EXT_1610_3_After</td><td>Will be executed after MSS opens the delivery;</td></tr></tbody></table>

### Before

*Input Parameters*

* inDeliveryDocumentExercise – Exercise of the document;
* inDeliveryDocumentType – Type of the document;
* inDeliveryDocumentSeries – Series of the document;
* inDeliveryDocumentNumber – Number of the document;

### Replace

*Input Parameters*

* inDeliveryDocumentExercise – Exercise of the document;
* inDeliveryDocumentType – Type of the document;
* inDeliveryDocumentSeries – Series of the document;
* inDeliveryDocumentNumber – Number of the document;

*Output Parameters*

* outCanOpenDelivery – Return code: 1 – Open delivery / 0 – Cancel;

### After

*Input Parameters*

* inDeliveryDocumentExercise – Exercise of the document;
* inDeliveryDocumentType – Type of the document;
* inDeliveryDeliveryDocumentSeries – Series of the document;
* inDocumentNumber – Number of the document;
