Expand my Community achievements bar.

Populate 2D barcode on click event

Avatar

Level 2

Hi,

I'm using Paper form barcode (Data Matrix symbology). I want to populate the barcode with field values on click of a button. But I don't want to write like this:

barcode.rawValue = Field1.rawValue + "|" + Field2.rawValue........etc till nth field.

Is there any way of encoding the field values in the barcode without having to bind each and every field like the above?

Thanks,

Sandhya

1 Reply

Avatar

Level 2

you can use entire form data or collection data for you purpose. Also you can select the delimiter from the dropdown. Entire form data will take all the field values present on the page.barcodeprop.JPG