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

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Others Documents - 404 - (Others Documents) Serial Number Validation (grid only)

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

Event

Extension action set

Description

Before

EXT_0404_1_Before

Will be executed before barcode validation;

Replace

EXT_0404_2_Replace

This event is executed to replace validation of the serial number

After

EXT_0404_3_After

Will be executed after serial number validation;

Input Parameters (event before):

  • inRef – Item Code

  • inSerialNumber – Serial number;

Output Parameters (event before):

  • outContinue – Return code:

    • 1 - Continue Validation

    • 0 – Cancel

Input Parameters (event replace):

  • inRef – Item Code

  • inSerialNumber – Serial number;

Output Parameters (event replace):

  • outContinue – Return code:

    • 1 - Continue Validation

    • 0 – Cancel

  • outSerialNumber – Return Serial Number if the result is multi-serial numbers return serial number separated by VAR(SEP_ACL)

Input Parameters (event after):

  • inRef – Item Code

  • inSerialNumber – Serial number;

Output Parameters (event after):

  • outCanSave – Return code:

    • 0 - Cancel

    • 1 - Continue

Last updated