CFLCheckValidBarCode Procedure

  • 2 minutes to read

Codeunit CFL Barcode Management

Overloads

Name Description
CFLCheckValidBarCode(Text; array[100] of record "CFL Barcode Buffer"; array[100] of code[20]): Boolean
CFLCheckValidBarCode(Text; record "CFL Barcode Buffer"; code[20]): Boolean

CFLCheckValidBarCode(Text; array[100] of record "CFL Barcode Buffer"; array[100] of code[20]) Procedure

Signature

CFLCheckValidBarCode(var BarcodeText: Text; var AI: array[100] of record "CFL Barcode Buffer"; var Barcode: array[100] of code[20]) Result: Boolean

Parameters

var BarcodeText Text

var AI array[100] of record "CFL Barcode Buffer"

var Barcode array[100] of code[20]

Returns

Boolean

CFLCheckValidBarCode(Text; record "CFL Barcode Buffer"; code[20]) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced with CheckValidBarcode with array parameters
Deprecated since: BC22

Signature

[Obsolete('Replaced with CheckValidBarcode with array parameters', 'BC22')]
CFLCheckValidBarCode(var BarcodeText: Text; var AI: record "CFL Barcode Buffer"; var Barcode: code[20]) : Boolean

Parameters

var BarcodeText Text

var AI record "CFL Barcode Buffer"

var Barcode code[20]

Returns

Boolean