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
E-Invoice Viewer for Business Central

New Open-Source E-Invoice Viewer for Business Central

View and convert German XRechnung XML files directly in Microsoft Dynamics 365 Business Central with the new open-source E-Invoice Viewer from BEYONDIT.

Weiter lesen
Weiter lesen
E-Invoice Viewer für Business Central

Neue Open-Source-App: E-Invoice Viewer für Business Central

Lesen und konvertieren Sie deutsche XRechnung-XML-Dateien direkt in Microsoft Dynamics 365 Business Central mit dem neuen Open-Source E-Invoice Viewer von BEYON

Weiter lesen
Weiter lesen