# 1101 - Save Document

1101 - (Picking/Transfer) Save Document

| **Event**           | **Extension action set** | **Description**                                                                                                               |
| ------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| [Before ](#before)  | EXT\_1101\_1\_Before     | Will be executed before Logistic APP saves the picking;                                                                       |
| [Replace](#replace) | EXT\_1101\_2\_Replace    | Will be executed before Logistic APP saves the picking with the possibility to say Logistic APP to cancel the saving process; |
| [After](#after)     | EXT\_1101\_3\_After      | Will be executed after the picking is saved;                                                                                  |

### Before

*Input Parameters*

* inFilterCabDoc – Unique key of the document;

### Replace

*Input Parameters*

* inFilterCabDoc – Unique key of the document;

*Output Parameters*

* outCanSave – Return code: 1 – Save the document / 0 – Cancel

### After

*Input Parameters*

* inFilterCabDoc – Unique key of the document
