Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Copy List Item to other list In a site collection>?

$
0
0

Hello,

I am using this code to add list item in sharepoint list and its working fine .But now I want to copy the same Item in other list in same site collection.How it can be possible?

function AddListItem(Fieldvalue)
                {
            $().SPServices({
                operation: "UpdateListItems",
                async: false,
                batchCmd: "New",
                listName: " list name ",
                valuepairs: [["Fieldname", Fieldvalue]],
                completefunc: function (xData, Status) {
                }
            });
        }

Thanks,


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>