New Post: CascadingDropdown on SP2013
marc, right you are. Added that in and now I'm getting a 'True' is undefinded. I suspect that's refering to the debug: True line. I removed the debug statement and now its working. Success! So I think...
View ArticleNew Post: Get Pre-Last Item in SP2010 List
for (var i = 0; i < ListID.length; i++) { try { $().SPServices({ operation: "UpdateListItems", async: false, listName: "{fb58992a-4027-411e-9859-56328b461868}", ID: ListID[i], valuepairs:...
View ArticleNew Post: CascadingDropdown on SP2013
True shouldn't be capitalized. It's a reserved word in lowercase, but with the leading capital, it's a variable you haven't defined. Let's hope this was it! M.
View ArticleNew Post: SPCascadingDropdowns() - Problem with Child Column of type...
I want to get a fix for this into 2013.02 if I can, but I also want to get the release out asap. Can either of you give me quick steps to reproduce the issue? Thanks, M.
View ArticleNew Post: SPCascadingDropdowns() - Problem with Child Column of type...
Paul and I just tested this out and can't find any existing error with 2013.02. Going to release as-is. M.
View ArticleNew Post: SPCascadingDropdowns() - Problem with Child Column of type...
All, I just recreated this problem in SP2010 (office 365 account) using the versions that I initially reported it against (jquery 1.6.4 / SPServices 0.6.2). When I replaced those with the following...
View ArticleCreated Release: 2014.01 (Dec 27, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleReleased: SPServices 2014.01 (Dec 27, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2014.01 (Dec 27, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleReleased: SPServices 2013.02 (Dec 27, 2013)
See all items in the Issue Tracker here.New FunctionalityAlpha Issue Tracker Item FunctionDescription ALPHA5 10195$().SPServices.SPGetQueryStringCase insensitive SPGetQueryString? New OperationsAlpha...
View ArticleUpdated Release: SPServices 2013.02 (Dec 27, 2013)
See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function Description ALPHA5 10195$().SPServices.SPGetQueryString Case insensitive SPGetQueryString? New Operations...
View ArticleReleased: SPServices 2013.02 (Dec 27, 2013)
See all items in the Issue Tracker here.New FunctionalityAlpha Issue Tracker Item FunctionDescription ALPHA5 10195$().SPServices.SPGetQueryStringCase insensitive SPGetQueryString? New OperationsAlpha...
View ArticleUpdated Release: SPServices 2013.02 (Dec 27, 2013)
See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function Description ALPHA5 10195$().SPServices.SPGetQueryString Case insensitive SPGetQueryString? New Operations...
View ArticleClosed Issue: Caching bug if making same call to different webURLs [10167]
Hi Marc,I'm working on a cascading autocomplete solution where the user enters a site URL in one input and then types a list/library name in a second input. I'm using the URL from the first input as...
View ArticleClosed Task: Webs.GetColumns - Passing Unneeded webUrl Parameter [10183]
I was passing an unneeded webUrl parameter. I've removed this in 2013.02ALPHA2Comments: Released in 2013.02
View ArticleClosed Issue: async on version 2013.01 [10148]
From: https://spservices.codeplex.com/discussions/444799I have an issue with a function not running async when upgrading SPServices to the new version. The issue I found was at line 1220 of SPServices....
View ArticleClosed Issue: ResolvePrincipals with addToUserInfoList=true requires...
The following fails at moment.```javascript$().SPServices({ operation: "ResolvePrincipals", principalKeys: '<string>SPIRIT\\testuser99</string>', addToUserInfoList: true})```with a...
View ArticleClosed Issue: First 2 arguments for the of addToPayload method for the...
The first 2 arguments of addToPayload method for the GetTermSets are incorrect.Currently, it is.case "GetTermSets":addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps",...
View ArticleClosed Issue: SPCascadeDropdown: matchOnId not working with multi-select...
getDropdownSelected was not grabbing the ID when the parent dropdown was multi-select and matchOnId was true.Fixed in 2013.02ALPHA2Comments: Released in 2013.02
View ArticleClosed Issue: Multi-Select Lookup Cascading Dropdown's Not Working [10152]
From: https://spservices.codeplex.com/discussions/447851Marc,I have two list. There is a column called Class and another column called Start Time in a custom list (or app in 2013 terms). Another list...
View Article