Barcode module to generate EAN-13 barcodes

0
Hi, I am trying to use barcode module available in appstore for my new project. I am not getting it right. Can anyone help me in setting the values for the Barcode object before calling the MF ‘SUB_Barcode_GenerateBarcode’ which generates the barcode for the object passed? All your suggestions will definitely be helpful. Thanks, Soumya Bindhani
asked
2 answers
1

Hi Soumya , 

In order to generate a barcode with the Barcode module from the app store, you have to create a new Barcode object (using the Barcode entity within the Barcode module). As a minimum you have to provide the BarcodeType (for example EAN 13) and the EAN itself, the other attributes have default values. After this, you can either use this Barcode object in the JA_Barcode_Generate action, or the SUB_Barcode_GenerateBarcode microflow. Both will convert the provided EAN into a barcode image. The image will be stored in the Barcode object that you provided to the action (since it inherits from System.Image).

Hope this helps!

answered
0

Dear Soumya,

Please have a look at the app store module Barcode

https://appstore.home.mendix.com/link/app/7884/

Cheers, Andries

answered