> 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/others-documents/404-others-documents-serial-number-validation-grid-only.md).

# 404 - Serial Number Validation (grid only)

404 - (Others Documents) Serial Number Validation (grid only)

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

### Replace

*Input Parameters*

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

*Output Parameters*

* outContinue – Return code:
  * 1 - Continue Validation
  * 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
