Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
6.5k views
in SharePoint Server by 6 7 8
I am using SharePoint 2016, I have a list that the users enter its data where I want to get a serial number automatically in the new item added in the SharePoint list new form

what is the best way to do that?

1 Answer

0 like 0 dislike
by 98 167 336

Create Auto Increment Column in SharePoint list form

You have two options to Create Auto Increment Column in SharePoint list new form.

  1. Using Javascript (JSOM).
  2. Using Workflow.

Auto Increment Column in SharePoint list form using JavaScript

Please check Auto Serial Number in SharePoint New Form using JSOM to create auto increment formula in sharepoint list column as shown below:

auto increment formula in sharepoint list column

Use Auto Increment ID field in SharePoint using Workflow

You can also build auto incremental ID formula using SharePoint Designer Workflow as mentioned at Use SharePoint ID Field in Calculated Column

by
0 0
Greetings Mohamed , it's working with me but , i need to be count the item starting from 1 not 0

thanks a lot
If you don’t ask, the answer is always NO!
...