New Post: GetListItems not showing all fields
Hey Marc, I'm having a bit of a strange situation. I've been using GetListItems to pull from a list. I'm using an external content type list, and it's worked great for 2 other lists in my application....
View ArticleNew Post: GetListItems not showing all fields
Sorry. Ignore. I'm an idiot. Columns are empty :)
View ArticleNew Post: SPUpdateMultipleListItems Item limit
Hey Mark... Here you go... Took a little while for me to find it (have not touched that project in over 1.5 years) and I had to make a few modification to remove specific dependencies on the original...
View ArticleNew Post: GetListItems not showing all fields
Ben: It should make you feel better to know that I struggled with exactly this on Thursday as I was building a demo to show async vs. promises with the new version of SPServices. Either you're not an...
View ArticleNew Post: GetListItems variable help!!!
It looks like a scoping issue. You need to declare the variable outside the SPServices call. Something like this:var actualStringTitle; $().SPServices({ operation: "GetListItems", async: false,...
View ArticleClosed Unassigned: parsererror on chrome & Firefox [10138]
Hi Guys,i'm trying to use SPServices library in my html application(HTML PAGE) which is not connected to sharepoint site in any manner,my below code works fine in IE,but thows parse error in chrome...
View ArticleNew Post: SPServices in SharePoint Hosted App?
It looks like you are close. The webURL should point to the site (as you're trying to do). What I would probably do next is to try running the SPServices call and debug through to see exactly how the...
View ArticleNew Post: Limitations of SPServices
"Human interactions"? Wasn't this a tech conference. ;+) The touch is, in my experience, anything that a user does that impacts a Site Collection. I use the word "touch" because it dsoesn't matter who...
View ArticleNew Post: Multiple Cascade Dropdowns incorrectly update list items
Ok, looking at your code helps. I'm wondering if the simpleChild option is causing the problem. Can you try the same code, but without the simpleChild option in both cases? You've got two child columns...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
I always love looking at your code! It's always so clean and well-organized. You've also been ahead of me on things like $.Deferred for a long time. Thanks for sharing. M.
View ArticleNew Post: Get Users By Department
Russ: Unfortunately there's no Web Service operation to query the User Profile Store directly. However, search shoould do what you want. Just call the Query operation with the appropriate keywords and...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleEdited Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleEdited Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleEdited Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleEdited 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 ArticleEdited Feature: Add support to allow SPUpdateMultipleListItems to use folders...
I needed SPUpdateMultipleListItems to support updating only files in a specific folder, after a bit a digging (and lots of why doesn't SP like my query), I found that with a simple change,...
View ArticleEdited Feature: Improve Context Sensing [10136]
New private function called SPServicesContext() created to determine the context. A variable called SPServicesContext now holds as much context as can be determined. // Get the current context (as much...
View Article