Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Comment on "UpdateListItems"

$
0
0
@mark_vogt: I was able to get the webURL property to work fairly quickly to update a list item in the same web app, but seperate site collection. I did initially run into an issue with the format of my batchScript, but this was found and resolved using the IE script debugger. Feel free to reach out if the script below doesn't make sense. $().SPServices({ operation: "UpdateListItems", async: false, webURL: "http://www.mydomain.com/depts/marketing/events/", listName: "Event Calendar", updates: batchScript, completefunc: function(xData, Status) { var out = $().SPServices.SPDebugXMLHttpResult({ node: xData.responseXML }); } });

Viewing all articles
Browse latest Browse all 6517

Trending Articles