New Comment on "$().SPServices.SPCascadeDropdowns"
Hi Mark Just to update the log for everyone's benefit. One thing I was not aware of how to do was find out if the code was being caled correctly - but found one of your others posts which clearly...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
@codemonkey09 There's nothing wrong with the sample code above. I write CAML with double quotes wrapping the text all the time and prefer it that way. You probably picked up an invalid character from...
View ArticleCreated Issue: SPGetCurrentSite Error [10116]
I found an error when making a call to $().SPServices.SPGetCurrentSite(). Whenever I have a URL Hash that contains an ampersand (&), the called to $().SPServices.SPGetCurrentSite() returns an empty...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Hi @codemonkey09 Thanks for the comments on the quotes - it is not the quotes. I started again from scratch and got it working, so that is good. My next step was to change the names - Region and...
View ArticleClosed Issue: SPGetCurrentSite Error [10116]
I found an error when making a call to $().SPServices.SPGetCurrentSite(). Whenever I have a URL Hash that contains an ampersand (&), the called to $().SPServices.SPGetCurrentSite() returns an empty...
View ArticleUpdated Wiki: $().SPServices.SPCascadeDropdowns
Function$().SPServices.SPCascadeDropdownsCertificationFunctionalityThe SPCascadeDropdowns function lets you set up cascading dropdowns on SharePoint forms. What this means is that you can enforce...
View ArticleNew Comment on "Documentation"
How do I look for a list of functions with their API? I need to why ClientContext is not working for me outside of edit mode.
View ArticleNew Comment on "Documentation"
How do I look for a list of functions with their API? I need to know why ClientContext is not working for me outside of edit mode.
View ArticleNew Post: SPServices and localhost
Hello,First off, thank you so much for all your work building SPServices.I have been pulling my hair out for a while just getting GetListItems to work. I've been all over these discussion boards and...
View ArticleCreated Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleCommented Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleCommented Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleCommented Issue: Syntax error, unrecognized expression [10117]
On SP2010 getting "Syntax error, unrecognized expression" with latest version of JQuery library and lastest SPServices when calling: var userName = $().SPServices.SPGetCurrentUser({ fieldName:...
View ArticleNew Post: SPServices Simple HTML/JS Implementation Returns Error
I was looking for something like SPServices for Dummies or SPServices Getting Started tutorials but nothing very useful for starters like me. This is my first time to develop with Sharepoint and...
View ArticleNew Post: SPServices Simple HTML/JS Implementation Returns Error
Hi,Please make sure that the page below has an entry for "People" and report the exact error you are getting in the response.https://nibc.sharepoint.com/sites/BCP/Current/_layouts/viewlsts.aspx
View ArticleNew Post: SPServices Simple HTML/JS Implementation Returns Error
To get actual 'people' from an existing list named 'People' you'd need the 'GetListItems' operation rather than 'GetList'.
View ArticleNew Comment on "StartWorkflow"
Just thought I'd share, from the methods in the comments, if you have a reusable workflow, you'll have to retrieve the content types for that list and then get the workflows associated to that content...
View ArticleNew Comment on "$().SPServices"
Very good from an SharePoint SME point of view. But from JavaScript SME point of view your code sometimes "hurts". I mean well, I mean no harm. Example call for GetUserInfo, might be for example : var...
View ArticleCreated Issue: SPServices 0.7.2 compatibility issues with JQuery 1.9.0 [10118]
There are a number of compatibility issues with SPServices 0.7.2 and JQuery 1.9.0.Some have been highlighted in this issue:http://spservices.codeplex.com/workitem/10117Another is the use...
View ArticleNew Post: SPServices Search Service to call Related Search Queries
Hi,I've done a little digging around the internet for some examples of the 'Related Queries', which are displayed after a user has performed a search (shows up in the right hand side), but cant seem to...
View Article