Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

QR Code in TLV Format in AL

(0) ShareShare
ReportReport
Posted on by 34

How can I convert QR code in TLV Format in AL as my function is generating QR Code but it shows invalid in UAE VAT QR Scan Application. My QR Generating function is given below.

 local procedure GenerateQRCode()
    var
        BarcodeSymbology2D: Enum "Barcode Symbology 2D";
        BarcodeFontProvider2D: Interface "Barcode Font Provider 2D";
        BarcodeString: Text;
   
    begin
        BarcodeFontProvider2D := Enum::"Barcode Font Provider 2D"::IDAutomation2D;
        BarcodeSymbology2D := Enum::"Barcode Symbology 2D"::"QR-Code";

        BarcodeString :=(CompanyInfo.Name + 'VAT Reg No:' + CompanyInfo."VAT Registration No." + 'Invoice Date' + Format(header."Document Date") + 'VAT Amount :' + Format(TotalVatAmount) + 'Invoice Amount :' + Format(total_IncVatAmt));
        QRCode := BarcodeFontProvider2D.EncodeFont(BarcodeString, BarcodeSymbology2D);
    end;
  • THE Italian Profile Picture
    on at
    RE: QR Code in TLV Format in AL

    I have published this blog. Hope it could be useful.

    community.dynamics.com/.../qr-code-vs-invoice-printout

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 1,452

#2
YUN ZHU Profile Picture

YUN ZHU 1,313 Super User 2025 Season 1

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 1,083 Most Valuable Professional

Featured topics

Product updates

Dynamics 365 release plans