There is no option to reset the list item id in SharePoint. But we have an option in backend. We need to open a Content Database and Execute the Following query
UPDATE AllListsAux set NextAvailableId=1 where ListID='ListGUID' //This query is used to reset List item id.
Note: Please be safe in all the aspects while doing this Content DB.
Thanks. Really good to know this idea...
ReplyDelete