Extend barcodes with a few lines

Extend Beyondbarcodes with a few lines of code

Daniel Gorski
Daniel Gorski 04. Oktober 2023
1 Min. Lesezeit

This is our public repository where the source code is located:
👉 GitHub – BeyondBarcodes Example


BeyondBarcodes is very easy to extend.
Do you need to generate barcodes on item pages like "Item Identifiers" or "Item Reference Entries"?

Here’s how you do it:

pageextension 60001 "PTE Item Reference Entries" extends "Item Reference Entries"
{
    layout
    {
        addfirst(factboxes)
        {
            part("PTE Barcode"; "BYD Barcode")
            {
                ApplicationArea = All;
            }
        }
    }

    trigger OnAfterGetCurrRecord()
    begin
        CurrPage."PTE Barcode".Page.SetSourceTable(Rec);
    end;
}

And this is how you should do the setup:

Select your Table and your field:

Table and field selection

That's it:

Barcode preview result

beyondit
tech
BeyondBarcodes
Business Central
AL
Barcode
Customization
Azure Communication Services SMTP with Scanner

Using Azure Communication Services SMTP with Your Scanner or Printer

Need to send scans via email from your office scanner? Azure Communication Services provides a reliable SMTP relay that works with any device supporting SMTP au

Weiter lesen
Weiter lesen
XRechnung Einrichtung in Business Central

XRechnung in Business Central einrichten: Schritt für Schritt zur E-Rechnung

Ab 2025 wird die E-Rechnung im B2B-Bereich in Deutschland Pflicht. Wir zeigen Ihnen, wie Sie XRechnung in Business Central einrichten – mit E-Beleg-Dienst, Work

Weiter lesen
Weiter lesen