I have a PO field in my dataverse database simply called PO. I chose it as a text field so that I could theoretically modify it to fit my company's needs. Currently my format is "YEARNumber"; Ex.. "2021403" for the year 2021 and the 403rd PO.
The next would logically be "2021404".
When I add a record, I'd like to have a function or way to Autopopulate "2021405".
I want the system to look through my database, figure out that the last PO was 2021404 and give me "2021405" as a text field.
Any ideas?