I have a document with a text number field starting at 1000000. I need a script for a button so that I can add the next number in the sequence (e.g., 10000001). Does anyone have a similar solution for this?
The only solution I know of is to keep the number in a DB and each time a number is need you go to the DB and get the number and increment it afterwards.