Copy list item and keep same ID

Retain Item ID while copying item from one list to another list While copying/migrating item list item id can’t be retained ID field of list is read only field, that field cannot be edited, id field is auto increment integer value, which will be increment by one after every item was added. Procedure to retain item id (id of every […]