New Post: CAMLQuery vs "query"
The documentation states: options The options vary based on which Web Service and operation you are calling. In all instances, the options will take the same names as those described in the SDK....
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Marc, first of all, thanks for your great work with SPServices!!Just wanted to inform you that I also spent some time investigating why SPFindPeoplePicker function didn't want to work for me. Then I...
View ArticleCommented Issue: Extend SPRedirectWithID with Query String Parameters [10030]
If I use redirectUrl: “EditForm.aspx” in SharePoint 2010 in a Dialog, the dialog parameter ?IsDlg=1 gets lost. If I use redirectUrl: “EditForm.aspx?IsDlg=1” the final URL is in an invalid format like...
View ArticleNew Post: CAMLQuery vs "query"
I did create some exceptions in some of the operations I wrapped early on. Any exceptions should be in the documentation. If you run into anything specific, you can either check the source code or ping...
View ArticleUpdated Wiki: $().SPServices.SPFindPeoplePicker
Function$().SPServices.SPFindPeoplePickerCertificationFunctionalityThe SPFindPeoplePicker function helps you find and set People Picker columns. These little buggers are problem enough as it is, and...
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Tina:Oh, that's bad. I'm really sorry about that. I didn't realize that I had done it, but now it's fixed.M.
View ArticleUpdated Wiki: $().SPServices.SPFindPeoplePicker
Function$().SPServices.SPFindPeoplePickerCertificationFunctionalityThe SPFindPeoplePicker function helps you find and set People Picker columns. These little buggers are problem enough as it is, and...
View ArticleUpdated Wiki: $().SPServices.SPFindPeoplePicker
Function$().SPServices.SPFindPeoplePickerCertificationFunctionalityThe SPFindPeoplePicker function helps you find and set People Picker columns. These little buggers are problem enough as it is, and...
View ArticleCommented Issue: Extend SPRedirectWithID with Query String Parameters [10030]
If I use redirectUrl: “EditForm.aspx” in SharePoint 2010 in a Dialog, the dialog parameter ?IsDlg=1 gets lost. If I use redirectUrl: “EditForm.aspx?IsDlg=1” the final URL is in an invalid format like...
View ArticleNew Post: Max Limit on SPUpdateMultipleListItems
Hey Everyone,I just started using SPUpdateMultipleListItems (using version 0.7.2), and it works fine...until I go above around 500 items to update. Is there some kind of upper limit on how many items...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Hi, Is there anyway to make this work for a multi select look up column? Please advice. Thanks.
View ArticleNew Post: Max Limit on SPUpdateMultipleListItems
I only made SPUpdateMultipleListItems moderately smart about what it does. It batches everything together into one update, which may well be a bad idea in some circumstances. If you're going to use the...
View ArticleNew Post: CAMLQuery vs "query"
By the way, the documentation on GetListItems (http://spservices.codeplex.com/wikipage?title=GetListItems) does not explicitly mention the other options - in fact, "CAMLQuery" is only actually...
View ArticleNew Post: Max Limit on SPUpdateMultipleListItems
I figured it would be something like that - SP shouldn't really be used in this way (large data sets) in my opinion. I'll probably just break up the query into a few separate updates for now.Thanks for...
View ArticleNew Post: CAMLQuery vs "query"
Fair point. If you look at the main page for the Lists Web Service, you can see what options are available.M.
View ArticleNew Post: CAMLQuery vs "query"
That's exactly what I was looking for - somehow I managed to miss it yesterday. Thanks!
View ArticleNew Post: Max Limit on SPUpdateMultipleListItems
I've always batched it in sets of 150-200 for large updates. Seems you get the best performance with that amount of items. I never tried to find out the limit, but 500 seems like a good number. I'll...
View ArticleNew Post: CAMLQuery vs "query"
I have always figured that ssince you have to "pass through" there on the way to the individual pages (where I have them) that it was sufficient. It took me a lot of time to synthsize the MSDN docs...
View ArticleNew Post: CAMLQuery vs "query"
Completely reasonable assumption. I probably found the name of the method I want and clicked it without examining the contents of the other columns. This one's on me!
View Article