# 702 - (Price Checking) 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>Before </td><td>EXT_0702_1_Before</td><td>Will be executed before barcode validation;</td></tr><tr><td>Replace</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>

*Input Parameters (event before)*:

* inFilterCabDoc – Unique key of the document;&#x20;
* inBarcode – Barcode;

*Output Parameters (event before)*:

* outCanSave – Return code:
  * 1 - Continue Validation
  * 0 – Cancel

*Input Parameters (event replace)*:

* inFilterCabDoc – Unique key of the document;&#x20;
* inBarcode – Barcode;

*Output Parameters (event replace)*:

* outCanSave – Return code:&#x20;
  * 0- Cancel&#x20;
  * 1 - Done - Barcode inserted into the database, refresh list of articles to pick&#x20;
  * 2 - Continue - Normal behavior

*Input Parameters (event after)*:

* inFilterCabDoc – Unique key of the document;
