Barcode in AX 2012

Barcode         Mybarcode;
Mybarcode = BarcodeCode39::construct();
Mybarcode.string(true,_yourtable.Id );
Mybarcode.encode();
_yourTmpTable.Barcode= Mybarcode.barcodeStr();
_yourTmpTable.BarcodeHR= Mybarcode.barcodeStrHR();

Comments

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365: X++ code to add custom lookup on worker to show specific workers team workers only

Dynamics ax 2012: Sample code for fetching records in tmp table using query and Insert record set