In this article,bulk updatein sharepoint list<input id="btnUpdateItem" type="button" value="Delete all items" />jQuery:$('#btnUpdateItem').click(function(){UpdateAction();});function UpdateAction(){$().SPServices.SPUpdateMultipleListItems({listName: "SupportTable-OLEMData",CAMLQuery: "<Query><Where><IsNotNull><FieldRef Name='Title' /></IsNotNull></Where></Query>",valuepairs: [["Status", "Inactive"]]});alert("All items are updated!");}
Friday, February 12, 2016
Home
/
Javascript SharePoint
/
list or library
/
sharepoint 2013
/
SharePoint 2016
/
SPServices
/
How to update bulk items and all items in custom list using SPServices
How to update bulk items and all items in custom list using SPServices
SPServices
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment