Hello, I am looking for a solution to manage our internal part codes.
We are implementing a system using a sequential 6 digit part code.... 000001, 000002 ........ 999999
We wish to be able to upload a csv/excel file of products, and for the system to read the database and assign the next available sequential # to the list of products.
For example, imagine 000001 to 009847 have already been assigned. We upload a CSV with 100 lines and we want the system to auto assign numbers 009848 to 009947 to the list as they go into the database.