Elevating Permissions with SharePoint’s Web Services

I get frequent questions about how to elevate permissions when working with the SharePoint Web Services. The answer on this one is really simple: you can’t.This has come up multiple times in the comments on the survey I’m doing about SPServices right now. Yes, right now! Please fill it out if you haven’t already, and…

Putting Together a Survey About SPServices

In recent discussions with SharePoint luminaries like Christophe Humbert (@Path2SharePoint) and others, it’s seemed like doing a survey about SPServices would be useful for everyone. I’m building it in Survey Monkey, and I wanted to ask you, the entire world, for suggestions about questions. I want the survey to be useful for everyone who uses…

jQuery Library for SharePoint Web Services (SPServices) v0.6.1 Released

Today (April 13), I released SPServices v0.6.1. This release doesn’t have a long list of changes from v0.6.0, but there is a new function which many people have asked for plus two other enhancements. For posterity, here are the changes: New Functionality Alpha Issue Tracker Item Function Description ALPHA1-2 5647 $().SPServices.SPFilterDropdown New Function Idea: Filter…

SPServices v0.6.1ALPHA1 Released with New SPFilterDropdown Function

I wanted to do a quick post about SPServices v0.6.1ALPHA1. The one change in this ALPHA is to add a new function called SPFilterDropdown. I’ve had a lot of requests for this functionality lately, though it has come up on and off in the past as well. Note that this is an ALPHA release, and…

Bonus: TaxonomyClientService in SPServices v0.6.0

Thomas Zepeda-McMillan was kind enough to get in touch back in early February and give me the code he had built to wrap the TaxonomyClientService Web Service for SharePoint 2010. This made a nice additional piece of functionality to add to v0.6.0. The TaxonomyClientService allows you to interact with the Managed Metadata term store. I…