Updated 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 ArticleNew Post: Query A ProjectProperty With GetListItems
Hey guys I was just wondering if it's possible to include a ProjectProperty with the GetListItems function? I'm unfortunately not getting much luck. I'm trying to query the Description property...
View ArticleNew Post: 'childColumnStatic' is undefined
Hello, I am getting 'childColumnStatic' is undefined when I use SpCascadeDropdowns on my custom solution. I have deployed a custom parent content type with a lookup field called Region and a sub...
View ArticleNew Post: 'childColumnStatic' is undefined
It's hard to say, given you have customized things. Where are you seeing the "'childColumnStatic' is undefined" error? Can you debug to that line? M.
View ArticleNew Post: 'childColumnStatic' is undefined
It is coming up in IE error details. If I change the childColumn to something incorrect the SPServices debug window will come up. 'childColumnStatic' is undefined jquery.SPServices-0.7.1a.min.js,...
View ArticleNew Post: 'childColumnStatic' is undefined
I think it's having trouble getting information from the GetList results for the column. Can you inspect the results to see what the Region column looks like? Also, if you could switch to the...
View ArticleNew Post: 'childColumnStatic' is undefined
Dear Marc, What do you mean with inspecting the results? 'childColumnStatic' is undefined jquery.SPServices-0.7.1a.min.js, line 19 character 26678 'childColumnStatic' is undefined...
View ArticleNew Post: 'childColumnStatic' is undefined
I mean looking at the results from the GetList call. Is your custom page in the context of the list? i.e., stored at /Lists/Listname? It looks like the call to GetList immediately above the code you...
View ArticleNew Post: 'childColumnStatic' is undefined
Dear Marc, I was storing the custom page in /site/AppPages/CustomPage.aspx where I had all my custom pages. I moved the form to the Lists/Listname area and it now works fine :) So this one should be...
View ArticleNew Post: 'childColumnStatic' is undefined
Note that you can pass the listName in as an option if you want to store your forms elsewhere. By default: listName: $().SPServices.SPListNameFromUrl(), // The list the form is working with. This is...
View ArticleNew Post: Query A ProjectProperty With GetListItems
I haven't ever tried it, frankly. What are you getting in the results? M.
View ArticleNew Post: Create PowerPivot Library?
I haven't, but if you look at the possible values for TemplateId (assuming 2010), that's not available: http://msdn.microsoft.com/en-us/library/websvclists.lists.addlist.aspx M.
View ArticleNew Post: Global Navigation across site collections (Peter Allen's) solution...
Thanks for the reply Marc, I did try the older jquery and the older version of SPServices and the results indeed made an appearance :) I will see if it is in my remit to work on Peter's code and get it...
View ArticleNew Post: Create PowerPivot Library?
Saw that, wouldn't be the first time for an undocumented feature though :-) tnx
View ArticleNew Post: Query A ProjectProperty With GetListItems
Well, the query completes successfully, however, I'm not quite sure how to reference that property. I know I start off with ows_ to get FieldRef properties, but what would I use for ProjectProperty?...
View ArticleNew Post: SPCascadeDropdowns Error on Save
Hi Marc, I love this feature and (almost) have it working perfectly. Everything works just as expected until I try to save the changes to columns and then I just get an ambiguous error. Here's the...
View ArticleNew Post: SPCascadeDropdowns Error on Save
I'm assuming you get the error whan you save the item. My guess then is that there's something not right about your relationship lists and that you've tried to save a value that isn't valid. For...
View ArticleNew Post: SPCascadeDropdowns Error on Save
The relationships seem to be OK from my angle. The choices for Sub Category are filtering based on what Category is chosen, just like we want. Disabling the script allows me to choose any...
View Article