Join Slack
Powered by
has anyone created bar codes in a sql result colum...
# suitescript
o
oceancloud
07/11/2019, 4:32 PM
has anyone created bar codes in a sql result column?
m
michoel
07/11/2019, 11:18 PM
You can use an online API service like
http://barcodes4.me
. E.g.
'<img src="http://barcodes4.me/barcode/c128b/' || {upccode} || '" />'
👍 1
Open in Slack
Previous
Next