> 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/104-picking-serial-number-validation-grid-only.md).

# 104 - Serial Number Validation (grid only)

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Picking - 104 - Serial Number Validation (grid only)

104 - (Picking) Serial Number Validation (grid only)

| **Event**           | **Extension action set** | **Description**                                                   |
| ------------------- | ------------------------ | ----------------------------------------------------------------- |
| [Before ](#before)  | EXT\_0104\_1\_Before     | Will be executed before barcode validation;                       |
| [Replace](#replace) | EXT\_0104\_2\_Replace    | This event is executed to replace validation of the serial number |
| [After](#after)     | EXT\_0104\_3\_After      | Will be executed after serial number validation;                  |

### Before

*Input Parameters*

* inRef – Item Code&#x20;
* inSerialNumber – Serial number

*output Parameters*

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 - Cancel

### Replace

*Input Parameters*

* inRef – Item Code&#x20;
* inSerialNumber – Serial number

*Output Parameters*

* outContinue – Return code:
  * 1 - Continue Validation&#x20;
  * 0 – Cancel&#x20;
* outSerialNumber – Return Serial Number. If the result is multi-serial numbers return serial number separated by VAR(SEP\_ACL).

### After

*Input Parameters*

* inRef – Item Code&#x20;
* inSerialNumber – Serial number

*Output Parameters*

* outCanSave – Return code:&#x20;
  * 0 - Cancel&#x20;
  * 1 - Continue
