Help

Add "barcode" as a format to Autonumber?

1057 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Kyle_Tryon
4 - Data Explorer
4 - Data Explorer

I need a way to generate asset tracking tags for the barcode input. Autonumber doesn’t allow any formatting so I can not create a valid 8 digit barcode.

Does anyone have any creative solutions?

edit: some hack-arounds /add-barcode-as-a-format-to-autonumber/22552

1 Reply 1

You could use a formula in conjunction with the Autonumber field to produce an 8 digit number:

10000000 + {Autonumber Field}

That should return an 8 digit number starting with 10000001 for the first field and incrementing up from there.