Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Issue with EAN-13 barcode in SSRS report D365 FinOps

(0) ShareShare
ReportReport
Posted on by 64

In standard, EAN-13 font is not available. Downloaded EAN-13 font from font palace. But it doesn't seems to be in right format. Could someone help me to crack this?

Encoding in DP class

Barcode barCodeEAN = Barcode::construct(BarcodeType::EAN13);
barCodeEAN.string(true, inventTable.SRBarCode, BarcodeContentType::Item);
barCodeEAN.encode();

SRProductReportTmp.BarCode = barCodeEAN.barcodeStrHR(); //Tried with both barcodeStrHR() and barcodeStr()

Output in SSRS report (Its not readable): Font used EAN-13.

pastedimage1634011884600v1.png

Expected EAN-13 barcode.

pastedimage1634012285284v2.gif

  • Tool Consulting Profile Picture
    25 on at
    RE: Issue with EAN-13 barcode in SSRS report D365 FinOps

    Hello,

    I have the same issue.

    Encoding in DP class

    select inventItemBarCode
        where inventItemBarCode.itemId == editLabelProductTmp.ItemId;
    BarcodeEAN13 barCodeEAN = Barcode::construct(BarcodeType::EAN13);
    barCodeEAN.string(true, inventItemBarCode.itemBarCode, BarcodeContentType::Item);
    barCodeEAN.encode();

    and I use EAN-13 font, but the barCode is not readable.

    Capture-d_1920E900_cran-2023_2D00_01_2D00_17-155916.png

    Can you please tell me what can I do ?

  • Verified answer
    nmaenpaa Profile Picture
    101,146 on at
    RE: Issue with EAN-13 barcode in SSRS report D365 FinOps

    Hi Sankar,

    just for your information, you can't install custom fonts in the UAT/Prod systems, you must use one of the available barcode fonts.

    https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/supported-fonts

    But as far as I understand, EAN-13 is not a font, it's a barcode type (which the system supports like we can see from your code). So you might be mixing things.

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

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Jahanvi Profile Picture

Jahanvi 34

#2
PJ JohnPaul Profile Picture

PJ JohnPaul 5

#3
SudhanshuMSID Profile Picture

SudhanshuMSID 1

Overall leaderboard

Product updates

Dynamics 365 release plans