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
Modulare ERP-Architektur für skalierbare Unternehmenssoftware

Architektur

Mehr als nur Warenwirtschaft - die Landtechnik Lösung

ERP-Systeme wurden jahrelang als Monolithen verkauft. Die eigentliche Stärke moderner Plattformen wie Business Central liegt jedoch in der Modularität - und gen

Weiter lesen
Weiter lesen
BeyondCues Subscription Billing KPIs in Business Central

Product

Subscription Billing Meets Real-Time KPIs: BeyondCues Sub. Billing

MRR, ARR, ARPU und Churn Rate direkt im Role Center von Business Central - ohne AL-Entwicklung. BeyondCues Sub. Billing bringt Subscription-KPIs dorthin, wo Sie

Weiter lesen
Weiter lesen