> 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/price-checking/800-warehouse-stock-warehouse-stock-module.md).

# 702 - Barcode Validation

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Price Checking - 702 - Barcode Validation

702 - (Price Checking) Barcode Validation

<table data-header-hidden><thead><tr><th>Event</th><th width="232.33333333333331">Extension action set</th><th>Description</th></tr></thead><tbody><tr><td><strong>Event</strong></td><td><strong>Extension action set</strong></td><td><strong>Description</strong></td></tr><tr><td><a href="#before">Before </a></td><td>EXT_0702_1_Before</td><td>Will be executed before barcode validation;</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_0702_2_Replace</td><td>Will be executed to replace barcode validation;</td></tr><tr><td>After</td><td>EXT_0702_3_After</td><td>Will be executed after barcode validation;</td></tr></tbody></table>

### Before

*Input Parameters*

* inBarcode – Barcode;

*Output Parameters*

* outContinue – Return code:
  * 1 - Continue
  * 0 – Cancel
* outRef<br>

### Replace

*Input Parameters*

* inBarcode – Barcode;

*Output Parameters*

* outContinue
* outRef
* outDescription
* outUnit
* outQuantity
