This is exactly the kind of thing i have been looking for to produce a barcode of the key field in a table in one of my apps. I am not sure exactly how it integrates with the Appsheet platform though. Can you help please?
@Dallas_McIntosh - Maybe this prior post from Aaron Moolb on G+ might help explain. I copied all detail since G+ is going away. Hope it helps…
——————————————————-
Hey AppSheet Community! I found a really cool feature that has helped me out and wanted to share.
If you use barcodes in your app, I have found a way to auto generate a barcode image in the app. This eliminates the need to going to other software or websites to create it and then upload it to the app as an image.
If this was previously shared, I am still taking all the glory cause I didn’t know about it…Boom!
So, you should have a column with the barcode number or text in there. We will reference that in the formula.
Make a Virtual Column with the column type as Image. Your app formula is the following:
You can play with the size of the image in a format rule for your workflow or to display bigger in the app, look at the second quoted sting in the formula
“&size=100&symbology=QR_CODE&format=png&text=true”
and next to size, change the 100 to 50 or 200, etc.
Same thing for the Code 128
There are a few sites that will allow you to link or embed the barcode image and this is how I am accomplishing it. I have a sheet with all sites that I have found that allow this and have tested multiple barcode numbers and the link in the expression above has been the best to always display an image. Others will sometimes come up blank.
My Client has assigned some old iPhones to do the scanning; not only of what is generated by the App bit to track equipment by manufacturers serial barcode. This updated version will go Live to track all the radios deployed on The London Marathon ♂
I am trying to use this feature but I keep getting an error message “Barcode Generator Error: Object reference not set to an instance of an object.” Any idea what is going on? thanks!
HI all
I am generating PO’s and want to include a barcode that is printed and associated with the PO number and used by scanning the barcode to confirm receipt of good.
Does anyone have an example of this process, or can explain how to include the “virtual field” into the data source (in my case Smartsheet) to be able to link back to the PO?