Hi Everyone,
I'm facing an issue with barcode scanning in Acumatica 2026 R1 and would appreciate any guidance.
I have created a report that prints a Code128 barcode using the standard PictureBox barcode control.
Current barcode settings:
- Source: Barcode
- Barcode Type: Code128
- Value:
=Trim([INLocation.LocationCD])(also tested withLocationID) - BarHeight: 1000
- BarWidth: 10
- WidthRatio: 3
The barcode prints correctly and the human-readable text is displayed below it.
However, when I try to scan the printed barcode using the Acumatica Mobile App, nothing happens—the app does not detect the barcode at all.
To isolate the issue, I generated the same barcode using the TEC-IT online barcode generator with the same value (e.g., PACKING-AR), and the Acumatica Mobile App scans it successfully. This suggests the mobile app is working correctly and the issue is related to the barcode generated by the report.
Has anyone experienced a similar issue?