Yes, I think that you are getting it. The asset # can just be a sequential number.
It is a different challenge to have a QR code that will call up the asset record, as to do that, you would need to also encode and print in the QR code for the complete the access path to view the record.
The simple for URL formula field to display a record in Quick Base would be
URLRoot() & "db/' & dbid() & "?a=dr&key=" & [asset#]
So before we go off an generate a spool of sequential Bar Codes we need to think through the strategy if the goal is to be able to read a QR code to go to a website (ie your app).
If you hold a smart phone camera up to a QR formatted to go to a website
https://www.digitaltrends.com/mobile/how-to-scan-a-qr-code/ then it will easily guide the user there, but that is a different content in the code than the pure bar coded numbers.
As you might infer from the formula above, the actual asset# is just the past part of the full
https:// mycomany.quickbase.com/db/xxxxxx?a=dr&key=123456789
web path to display the record.
So we would need a simple linear bar code to do the data entry and another QR Code to have a user scan to display the record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commarkshnier2@gmail.com
------------------------------