I have a autonumber fielde with as prefix the current year and the sequence are 4 digits starting with 0001. Next January, the prefix will change and the first autonumber of the year will be 2022-0210, but I want it to reset to 0001 so the autonumber will be 2022-0001. I've read that there is no standard solution for this. I've read something about external tools like North52 or Auto Number Manager. On the other hand I'm thinking of writing an OnLoad-script that searches if there are already existing records made in the current year and fill in a custom autonumber of reset the seed while using the script. But for this I'll need to access the Dataverse-tables from within the form(-script) and I don't know how to do this at the moment.
What method would be easiest, and how should I tackle this problem? And how can I search in dataverse-tables from within a form-script? Thank you.