Generate Auto number Field in SharePoint list
Generate Auto number Field in SharePoint list
To create auto generated list field do the following
1. Create a column field with data type number in the targeted list. For example I am creating an auto generated column Case ID.
First go to list settings-> Then in General settings go to Advanced Settings
3. In Advanced settings Click the radio button Yes , in Allow management of content types .And Click OK.
4. Now go to list settings again and a new Content types will be shown. In that click the Content type. In my case it is Item. Name may vary for you.
5. In that Content type all list columns will be shown. In that click the Case ID Column.
6. After that click the Hidden and then click OK
7. Then open SharePoint Designer create a new workflow for the list when a new item is created
8. And add update action to the list.
9. Click Add .In set this field value select Case ID
10. And for To this value select ID. Click OK and publish the workflow. Now a auto generated list column is created.






It is generating same number..not auto generated number
ReplyDeleteCan you please expand on this item. I have a list that I would like to generate numbers automatically up to 25. But when one of the items is no longer needed, and it is deleted or archived, the number can be used again.
ReplyDeleteI know it's been a while from your post, but thank you. I'd appreciate the assist. We are running this on SharePoint 2013.