305 - (Store In) Document Barcode Validation Form

Syslog 3.0 - Extensibility - Functions Syslog - Kalipso - Store In - 305 - (Store In) Document Barcode Validation Form

305 - (Store In) Document Barcode Validation Form

Event

Extension action set

Description

Before

EXT_0305_1_Before

Code executed before validating document barcode;

Replace

EXT_0305_2_Replace

This event is executed to replace validation of the barcode in document barcode form

After

EXT_0305_3_After

Will be executed after validating document barcode;

Input Parameters (event before):

  • inBarCodeDocument – Document Barcode

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

  • outDocumentBarcode – Return barcode document if the result is multi-document numbers return document numbers separated by VAR(SEP_ACL)

Input Parameters (event after):

  • inCodigoFornecedor – Supplier Number

  • inDocumentBarcode – Document Barcode

Output Parameters (event after):

  • outContinue – Return code:

    • 0 - Cancel

    • 1 – Continue

  • outCodigoFornecedor – Supplier Number

  • outDocumentBarcode – Document Barcode

  • outActualizarListaDocumentos

    • 1 – Refresh document list

    • 0 – Don’t refresh document list

Last updated