New Post: SPListNameFromUrl throws execption when used for a file stored in...
No, sorry, I haven't. I do know there's a bug in 2013.01 with calls from the root Web. Have you tried passing inwebURL: "/" ? That's a workaround until I can release 2013.02 (or 2014.01 if I don't get...
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
Helena: I think the issue may lie here "MyList contains two lookup fields to the fields Country and Title in the Regions list". MyList should look up to Countries.Title and Regions.Title. M.
View ArticleNew Post: GetAllSubWebCollection Access Denied
sympmarc wrote: Shennu: Performance definitely will be less if you take the GetWebCollection route, but it'll work. If you look at the network traffic you should be able to see more detail on what the...
View ArticleNew Post: GetAllSubWebCollection Access Denied
Use Firebug or Fiddler to look at the entire packet contents. The Status value just tells you whether the SOAP call occurred or not, not anything about what the error in the packets might be. M.
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
Oh sorry, I was wrong in my description, I do have the setup you describe with the two lookup fields addressing the Countries and Regions list. But cannot get it to work.
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
It's tough to read your code above, but I don't see anything else above that looks out of whack. If your page is in the list context, try removing listName: "MyList". It's also possible that your list...
View ArticleNew Comment on "$().SPServices.SPListNameFromUrl"
Why is the called "ListNameFromUrl" when it returns the Guid, not the list name? Should it be ListIdFromUrl?
View ArticleNew Comment on "$().SPServices.SPListNameFromUrl"
Just wondering, why is this called "ListNameFromUrl" when it returns the Guid, not the list name? Should it be ListIdFromUrl?
View ArticleNew Comment on "$().SPServices.SPListNameFromUrl"
Ah nevermind. I see you mentioned elsewhere that you can often use the ID in place of parameters that require a name.
View ArticleCommented Issue: SPArrangeChoices rearranges correctly but post back isn't...
From http://spservices.codeplex.com/discussions/437601SPArrangeChoices rearranges correctly but post back isn't sending values in IESPArrangeChoices is correctly rearranging my check box column but...
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
Turns out I needed to specify relationshipWebURL even though the relationshipList is in the current site. Now it works like a charm :-)
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
You shouldn't need to specify it if the list is in the current Web. M.
View ArticleNew Post: GetAllSubWebCollection Access Denied
If the 'status' param to completefunc() is the one that has 'error' on it, then I don't think traffic is actually even being generated. That normally tells me you have invalid XML and the browser is...
View ArticleClosed Issue: SPRedirectWithID in 2013.01 Failing on Line 2711 [10193]
From https://spservices.codeplex.com/discussions/447740I tried upgrading to SPServices 2013.01 from 0.7.1a. I noticed my SPRedirectWithID quit functioning. I looked at the source and noticed that the...
View ArticleEdited Task: SPGetCurrentUser not being async [10189]
From https://spservices.codeplex.com/discussions/463376It could be async, but the function is simple, and I don't want to assume that people understand program flow with this one.That said, I should...
View ArticleNew Post: Cannot Get Cascading Drop-Downs to Filter
Hi there, I feel a bit silly asking what I am about to ask as others seem to be able to get it to work but I simply cannot. For my second attempt, I created a brand new site collection to test in. I...
View ArticleNew Post: Cannot Get Cascading Drop-Downs to Filter
Sorry, I pasted the wrong script in - although the below does not work either...<script language="javascript" type="text/javascript"...
View ArticleNew Post: Cannot Get Cascading Drop-Downs to Filter
Based on twhat you've described, I think the call should look like this: $(document).ready(function() { $().SPServices.SPCascadeDropdowns({ relationshipList: "Countries", relationshipListParentColumn:...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View Article