New Post: Performance Limits for SPCascadeDropdowns
The real story is always longer. ;+) M.
View ArticleNew Post: Cascade Dropdown SharePoint 2013
So is 2013.01 not working with SharePoint 2013 for you? M.
View ArticleNew Post: Get filter-list of document library field?
How to get the filter-list a of metadata fields from a document library? Example: Within your document library you have a field "City". How to get all the existing cities of this column within my...
View ArticleReviewed: SPServices 2013.01 (Sep 12, 2013)
Rated 5 Stars (out of 5) - Very helpful tool with unusually good documentation.
View ArticleNew Post: Exception thrown and not caught
I'm receiving the following error when calling UpdateListItems using SPServices. Message: Exception thrown and not caught Line: 16 Char: 11590 Code: 0 URI: http:///Site%20Assets/jquery-1.6.2.min.js...
View ArticleNew Post: Get filter-list of document library field?
voelter: If you want to get all the values in the list with SPServices, you'd use GetListItems and loop through all of the returned items to get the values. M.
View ArticleNew Post: spservices autocomplete within a webpart (custom usercontrol) in...
niros44: It's hard for me to give you a definitive answer because I can't access the page as its rendered in your environment. However, the SPAutocomplete function (like all of the value-added...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Hello, I am trying to implement cascading drop downs in SharePoint 2013 hosted on Office 365. I am not sure how to include the script to call SPServices on the New/Edit forms. It appears that edits are...
View ArticleNew Post: Aggregate Functions (SUM) using CAML
I'm trying to use aggregate functions in my CAML query specifically the SUM function. I have a list that has a UserName column and an Amount column. I'm using SPServices to pull the list into a CEWP...
View ArticleNew Post: Exception thrown and not caught
Quick update, I was able to get the underlying error: "Syntax error, unrecognized expression: [nodeName=z:row]"... any thoughts?
View ArticleNew Post: Exception thrown and not caught
You're using older versions of both jQuery and SPServices. It's worth upgrading. In jQuery 1.7+, the [nodeName=z:row] syntax no longer work, but it looks like you should be OK there. The error message...
View ArticleNew Post: Exception thrown and not caught
I did some additional testing between our test site that works and the production site that breaks. They're both using the same version of SPServices (0.7.0 min). But what is interesting to note is the...
View ArticleNew Post: Exception thrown and not caught
Quick question, if I upgrade jQuery to 1.7+, is there a replacement for [nodeName=z:row]? We do use that in a lot of places for our SPServices completefunc functions.
View ArticleNew Post: Aggregate Functions (SUM) using CAML
That's correct, Paul. I think it's available in CSOM, but the SOAP Web Services haven't been updated since 2007. M.
View ArticleNew Post: Cascade Dropdown SharePoint 2013
You can edit the forms (always edit a copy, not the OOB ones) in SharePoint Designer, or you can add ?toolpaneview=2 to the query string, or you can use the Form Web Parts button on the ribbon. M.
View ArticleNew Post: Need Help on Cascade Drop-Down Project
Hi Guys, As a new member of this site I figured I should do some practice or replication of something that looks easy and was somewhat relevant to what I want to accomplish in our SP 2007 site. And...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
@sympmarc I think it was but it was giving me a strange error in the console on chrome as stated above. I wasnt being shown the debug window until I changed to an older version. Once I had access to...
View ArticleNew Post: Function $().SPServices.SPGetCurrentUser not working
It's working! You were right Marc. The references didnt' work. Paul thank you very much. Your examples helped me very much. The _spPageContextInfo.userId worked, but i searched the UserName. I have...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
It sounds like you got it working, so I guess it did help. M.
View Article