I am trying to create a column that will auto-populate a document number sequentially based on the prefixes when an item is created. I want the final numbering to look like this:
Are/DocType/Numb.
_____________________
FIN-FOR-001
FIN-FOR-002
FIN-PRO-001
FIN-PRO-001
HS-FOR-001
HS-FOR-002
HS-PRO-001
HS-PRO-002
I have one column called Department (i.e FIN, HS) and one column called Document Type (i.e FOR and PRO) and I am able to concatenate those two columns and use the ID as the number but this won't give me a sequential number based for each unique prefix arrangement. It will only give me the ID.
Thank you and have a great day.