> 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/picking/101-picking-save-document.md).

# 101 - Save Document

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Picking - 101 - Save Document

101 - (Picking) Save Document

| **Event**           | **Extension action set** | **Description**                                                                                                               |
| ------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| [Before ](#before)  | EXT\_0101\_1\_Before     | Will be executed before Logistic APP saves the picking;                                                                       |
| [Replace](#replace) | EXT\_0101\_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\_0101\_3\_After      | Will be executed after the picking is saved;                                                                                  |

### Before

*Input Parameters*

* inFilterCabDoc – Unique key of the document;
* inBarcode

*Output Parameters*

* outContinue - 1 – Save the document / 0 – Cancel
* outRef
* outBarcodeQuantity

### Replace

*Input Parameters*

* inFilterCabDoc – Unique key of the document;
* inFilterCabDoc
* inBarcode
* inLinesSQL
* inMULTI\_DOCUMENT
* inSelectedClient
* inBoStampDocToWork
* inSelectedCabDoc
* inOriginDocType
* inCabUserFieldsList
* inLinUserFieldsList
* inDocName
* inDestinationDocSelected
* inEntityName
* inCloseLine
* inWarehouse
* inAutoMode

*Output Parameters*

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

### After

*Input Parameters*

* inFilterCabDoc – Unique key of the document
