Display All Related Tasks for a SharePoint Workflow Using jQuery, SPServices, and jQueryUI

This was a fun one to build. A client wanted to be able to see all of the related tasks for a workflow without having to do the two or more clicks it can take to get there using a standard SharePoint list view. By layering jQuery, SPServices, and jQueryUI, we were able to display the information in a…

Can You Enhance the "Export to Spreadsheet" Action for SharePoint Lists?

I got an interesting question today from the InterTubes, and I though it would make a good post. [Do you] you know of any resources/solutions to enhance the List’s “Export to Spreadsheet” function so that, once the data is opened in Excel, something would trigger VBA Macro(s) to start formatting the spreadsheet. “Export to Spreadsheet”…

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…

Setting a Rich Text Column in a SharePoint Form with jQuery

Over in the SPServices Discussions, @PirateEric was having a problem setting the value of a Rich Text column (RTE) in a SharePoint form. He was referring to my blog post Finding the Contents of a SharePoint Rich Text Column with jQuery – And Changing It, which I’ll stand by, but the jQuery there wasn’t cutting it….

SharePoint Fest Denver 2011 Demo Materials

Last week (May 19-20) I spoke at SharePoint Fest Denver 2011 and also got to attend quite a few other sessions, which were, of course, educational and enjoyable. I have posted two solutions files (WSPs) for SharePoint 2010 to my Sympraxis Consulting Demos site which contain the two main demos I showed in my Developing in SharePoint’s Middle…

Obscure (And Not So Obscure) Bugs with Complex Dropdowns in SharePoint Forms

As I’ve written in the past, there are several types of “dropdowns” in SharePoint forms. Briefly, there are: “Simple” dropdowns – These are plain, old HTML selects; the type of dropdown you are most familiar with on the Web. SharePoint renders one of these when there are fewer than 20 options. “Complex” dropdowns – SharePoint…