has anyone created bar codes in a sql result colum...
# suitescript
o
has anyone created bar codes in a sql result column?
m
You can use an online API service like http://barcodes4.me. E.g.
'<img src="http://barcodes4.me/barcode/c128b/' || {upccode} || '" />'
👍 1