copy list items from one list to another in sharepoint

前端 未结 11 2050
无人共我
无人共我 2020-12-14 20:35

In Sharepoint how can you copy a list item from one list to another list eg copy from \"List A\" to \"List B\" (both are at the root of the site)

I want this copying

11条回答
  •  独厮守ぢ
    2020-12-14 21:04

    Copying and moving files, items and folders in SharePoint can be tricky if you want to retain all metadata, timestamps, author info and version history. Take a look a CopyMove for SharePoint - it also has a Web Service API.

提交回复
热议问题