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

# 204 - Serial Number Validation (grid only)

Syslog 4.0 - Extensibility - Functions Syslog - Kalipso - Packing - 204 - Serial Number Validation (grid only)

204 - (Packing) Serial Number Validation (grid only)

| **Event**           | **Extension action set** | **Description**                                                   |
| ------------------- | ------------------------ | ----------------------------------------------------------------- |
| [Before ](#before)  | EXT\_0204\_1\_Before     | Will be executed before barcode validation;                       |
| [Replace](#replace) | EXT\_0204\_2\_Replace    | This event is executed to replace validation of the serial number |
| [After](#after)     | EXT\_0204\_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;

### After

*Input Parameters*

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

*Output Parameters*

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