Within our SharePoint Enterprise 2013 On-Premise environment we have documents that need to be tagged with codes for example:
- Procedure Document:
P100-001 - Forms:
F100-001
So when a procedure document is upload I would like it to get assigned the next available code, e.g. P100-002.
What is the best approach for this?
EDIT: So it looks like the best solution is to use a workflow, I have created the workflow but unsure of what I need to type
Basically I want a string of text P100- and the add the item ID

MyIDin your list and in a On Create Workflow write the value ofIDto it. You can then use MyID savely in Formulas – Danny '365CSI' Engelman Jan 09 '16 at 11:29