The 365 business Barcode
app implements the 365 business API
services Barcode
. The app is providing Encoding and Decoding capabilities for 1D- and 2D-barcodes.
The 365 business Barcode
app is providing an internal API codeunit to allow integration into customer specific business processes.
The bdev.Barcode API
codeunit object is providing the Encoding and Decoding functionalities and allows other extensions to integrate.
The following methods are available:
Method name | Description |
---|---|
Encode(Codeunit, Text, Enum) | Encodes the barcode value using just a barcode format. |
Encode(Codeunit, Text, Code) | Encodes the barcode value using the barcode definition code. |
Encode(Codeunit, Text, Record) | Encodes the barcode value using the barcode definition. |
Encode(Codeunit, Text, Enum, Decimal) | Encodes the barcode value using barcode format and height. |
Encode(Codeunit, Text, Enum, Decimal, Decimal) | Encodes the barcode value using barcode format and dimensions (height & weight). |
Encode(Codeunit, Text, Enum, Decimal, Decimal, Decimal) | Encodes the barcode value using barcode format, dimensions (height & weight) and margin. |
Encode(Codeunit, Text, Enum, Decimal, Decimal, Decimal, Boolean) | Encodes the barcode value using barcode format, dimensions (height & weight), margin and Include Text property. |
Decode(Codeunit, Text) | Decodes the barcode. |
HideValidationDialog(Boolean) | Specifies validation dialogs (e.g. confirmations) will be shown or not. |