Hello all.
Does anyone know if it is possible to reiterate a database sequence upon reaching a specified cap/maximum?
We have it coded in SQL to create unique FacilityIDs for our assets with the format: "<AssetPrefix>_DDMMYYYY_<6-digit number>".
I would like for the last 6 numbers to reset to the initial starting point of the Database Sequence in use upon the sequence breaching the number 999999.
I found some walk-throughs on how to put this together in Arcade using the CreateDatabaseSequence gp with the exception of being able to reset the value of the Database Sequence.