I'm using SPServices to develop on SharePoint 2010. My organization will be upgrading to SharePoint 2013 sometime in the future. What will I need to do (if anything) when the new SharePoint server is installed to keep using the SPServices library? Primarily I'm using GetListItems, updatelistitems, createlistitems and Query operations.
SPServices applications on SharePoint 2010. Will it work on SharePoint 2013?
381 Views Asked by Tabares At
1
There are 1 best solutions below
Related Questions in JQUERY
- How to sort these using Javascript or Jquery Most effectively
- Ajax jQuery firing multiple time display event for the same result
- .hover() seems to overwrite .click()
- Check for numeric value with optional commas javascript
- Extending Highmaps Side Effect
- Array appending after each onclick and loop in javascript
- how can i append part of a table based on how many tr it has?
- Play multiple audio files in a slider
- Remove added set of rows
- Access property of an object of type [Model] in JQuery
- AJAX PHP - Reload div after submit
- proengsoft/laravel-jsvalidation ReferenceError: jQuery is not defined
- when a checkbox is checked how to display a different hidden element using javascript
- Get jquery error Uncaught RangeError: Maximum call stack size exceeded
- Removing only the closest thead on table filtering
Related Questions in SHAREPOINT-2010
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- Apache Reverse Proxy erases <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- Can REST-like URLs be passed/recognized in sharepoint 2010?
- Configure SharePoint 2010 UPS with PowerShell
- How to dynamically create Sharepoint ComboBoxes?
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- Publicly available InfoPath form connecting to Access db in a restricted location
- Why does my Sharepoint WebPart deploy (nominally), but is still not available for adding to a page/form?
- Does CAML Query has a default RowLimit value?
- SharePoint CSOM
- I am getting a The type or namespace name 'listcolumns' could not be found (are you missing a using directive or an assembly reference?)
- Sharepoint 2010 CMIS Integration
- JQuery Show All Tab - Issue with on click
- jQuery UI API failing to load properly with LABjs
Related Questions in SHAREPOINT-DESIGNER
- Creating Workflow with SharePoint Designer 2010
- How to add addition column setting property for a Single line of textbox or any predefiend sharepoint column type
- How to get the log of SharePoint workflow mail details in a list?
- ASP:textbox default value not binding to SharePoint List\SQL database
- SharePoint Custom List View Based on User
- How to add SharePoint:CssRegistration to a Master page in SharePoint 2010
- How to get current datetime of server
- Add column to show of days since created
- Merging lists with common ID in Sharepoint view
- Adding Sharepoint list column that is populates dynamically from items
- HTML5 Canvas Coordinates Chnged in chrome
- How to moving your developed workflow solution one server to another server?
- Sharepoint Workflow - Send Email from approval task form
- How to move SharePoint designer developed workflow one site to another site?
- How to create a template out of a page layout in SharePoint 2010
Related Questions in SHAREPOINT-2013
- Limit items on external list using BCS Filter
- share point excel service
- MS Access Run-time error 3999
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
- Sharepoint 2013 health and usage data
- <body onresize="jsUpdateSize()"> not firing
- CSOM Equivalent of allusers
- Access data from SharePoint-hosted app
- sql server saves only null values for some columns
- Upload properly encoded (base64?) image to SharePoint with AngularJS
- SharePoint 2013 - Programmatically access the file in directory from the path present in database table
- Communication betwen sharepoint apps on different pages
- The data source provider for data sources of type 'ADOMD.NET' is not registered
- Access Form : import picture from SharePoint
Related Questions in SPSERVICES
- Dynamic population of a div from SPServices with javascript
- SPServices update list item not updating
- How to check if validation fails while saving data in sharepoint spservice
- how to create a task using SPService
- sharepoint List Element Removal jQuery
- datatable editable is having issue with IE
- Date comparison is not working in sharepoint spservices
- SPServices with Sharepoint and Divs
- What is 'PreCalc' in UpdateListItems?
- How to update list items in SharePoint Library Sub Folders Using SPServices And JavaScript
- Writing column data with SPServices GetListItems
- spservices raising an error as soon as I try to use functions
- Using SharePoint SPServices
- SPServices applications on SharePoint 2010. Will it work on SharePoint 2013?
- Find the Max Value for an XML Attribute, Across Records
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Per the article linked in response to your question - it does depend on a number of factors and what is deprecated between 2010 and 2013...but I can tell you that I was able to successfully port a company news site/portal that made extensive use of GetListItem AJAX calls and Search queries with no issues.
Keep in mind that a lot of stuff still works in 2013 but was deprecated and will probably be removed entirely in future releases. Here's a good list for starters:
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/deprecated-features-in-sharepoint-2013-from-sharepoint-2010/