Can I change the initial ID number of a List?
I can create a tool that inserts a hundred of items and deletes then to change ID Value. But it doesn’t sound good for me. There is another way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately . there is no other way to change ID.
but may be you can add a new Calculated Column “Custom-ID” with formula something like
=1000+ID
that way it will always have value start 1001 onward.
tx , Sandeep
Also