jQuery Library for SharePoint Web Services v0.4.7 Released

I released v0.4.7 of the jQuery Library for SharePoint Web Services today. This release primarily contains enhancements to existing functions, but also a new set of operations for the Meetings Web Service. The big headlines are: Support for multi-select parent columns in $().SPServices.SPCascadeDropdowns “Secondary” relationshipList support in $().SPServices.SPCascadeDropdowns A new completefunc option for most of the functions (where…

StaticName versus DisplayName on SharePoint Lists

Good old George2 asked a question over at SharePointOverflow.com about SharePoint list and column names today.  If you don’t know it, SharePointOverflow.com is an excellent site to get high-end SharePoint assistance!  I liked my response, so here it is as a blog post. When you create a column on a list, both its DisplayName and StaticName are…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 2

Cross-posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 In my last article, I showed how I used my jQuery Library for SharePoint Web Services to improve data quality by enhancing an out of the box form using the SPRequireUnique, SPDisplayRelatedInfo, and PreSaveAction functions. In this installment, I’ll show you how I created…

jQuery Library for SharePoint Web Services: Lots ‘o New Stuff Coming in v0.4.7

I’ve been banging away on new features and functionality for the next version of the jQuery Library for SharePoint Web Services, so my blogging has fallen by the wayside a bit.  v0.4.7 is shaping up nicely, in large part because the stuff that I’ve been adding has been driven to a large degree by the community of…

A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 1

Cross posted from EndUserSharePoint.com… Part 1 Part 2 Part 3 Part 4 So I’ve been going on about how wonderful this jQuery Library for SharePoint Web Services stuff is, but you may have wondered if I ever actually use the library in real world situations. You bet I do, and it lets me build some…

How Are a SharePoint List’s Calculated Columns Stored and Rendered?

Ever helpful @MSwannMSFT – Matt Swann at Microsoft (why aren’t there more like him?) – spotted a Twitter discussion between @jvossers, @willhlaw, and me (@sympmarc) yesterday, and in his usual tenacious style, promised an answer.  This guy doesn’t just guess, he goes and tracks down the line of code or the actual developer and finds…

Interesting New Uses for SPDisplayRelatedInfo: Follow Up

Following up on my post Interesting New Uses for SPDisplayRelatedInfo, I’ve just added two new options to the SPDisplayRelatedInfo function in the first alpha for v0.4.7 of the jQuery Library for SharePoint Web Services.  The function is getting a little overloaded with options, but these two seemed pretty valuable yet not worth breaking things out into…

jQuery Library for SharePoint Web Services v0.4.6 Released

Today I released v0.4.6 of my jQuery Library for SharePoint Web Services.  This version was fun to work on because I’ve got quite a few people out there in the world (California, North Carolina, Sweden) using the library actively, so we were able to work together pretty much real time to get enhancements and bug fixes into…