Edited Issue: SPServices() uses wrong server relative URL on SP2010 [10165]
#Description:Calling SPServices() from a page located at root website Pages library (e.g. http://<server>/Pages/default.aspx) to access a list at same level (e.g....
View ArticleEdited Issue: Bug in SPRedirectWithID [10162]
Bug description: page gets redirected to "/&"Bottom line: missing parenthesis around ternary operator when concatenating redirect Url.I am using SPServices version 2013.01 and jquery 1.8.2, and...
View ArticleEdited Issue: Inconsistency between Simple and Complex in SPFilterDropdown...
This is in both SPFilterDropdown and SPCascadeDropdowns. The behavior between a simple and complex dropdown if different for picking the selected option.For a simple dropdown it uses...
View ArticleEdited Issue: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleCommented 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 ArticleEdited Issue: WebUrlFromPageUrl fires twice when not called with webURL param...
According to the documentation the only required param is pageURL, but if called in that way the system makes two calls.```javascript$().SPServices({ operation: "WebUrlFromPageUrl", pageURL:...
View ArticleEdited Issue: SPCascadeDropdowns selectSingleOption [10143]
hi,i have a bug with the latest version 2013-01 with SPCascadeDropdowns, selectSingleOption: true and simpleChild: true when the values of the child column comes from a list with more than 20 items.If...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Marc, Ash, Thanks for you questions/comments. I solved my immediate problem by using a Swiss Army Knife (aka DFWP) but I would have much preferred to us SP Services...and I'd like to see if I can use...
View ArticleCreated Unassigned: minjday and maxjday [10178]
I am using SharePoint FormFields . And I have one sharepoint datetime column, but there i need to set the mindate property of the control . Can I use Spservice in any way to achieve that? If we check...
View ArticleNew Post: minjday and maxjday
Originally posted by sourav_subhankar in this item in the Issue Tracker:https://spservices.codeplex.com/workitem/10178 I am using SharePoint FormFields . And I have one sharepoint datetime column, but...
View ArticleClosed Unassigned: minjday and maxjday [10178]
I am using SharePoint FormFields . And I have one sharepoint datetime column, but there i need to set the mindate property of the control . Can I use Spservice in any way to achieve that? If we check...
View ArticleNew Post: minjday and maxjday
I would suggest looking at a better date/time control than the one that SharePoint gives you. jQueryUI has a great one, and you can see it in use all over the Web. It gives you complete flexibility...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Hey there, I'm using SPCascadeDropdowns to create Cascaded dropdowns between two columns. The parent column has about 10 items, but the child column has 1400. This results in the edit/new item form...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
I don't have any real limits on the function. There are a lot of variables, including farm horsepower, that can have an impact. Given that you have 10 parents, logic tells me that on average you'd be...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Hey Marc, Thanks for the response. The number of items per change can vary, some parents only have 8 childs, others have a few hundred. But your idea to use Firebug is a good one, I'll see what it...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Hopefully it doesn't "throw up" anything too horrible. ;+) One other question: what versions of SPServices and jQuery are you using? M.
View ArticleNew Post: Function $().SPServices.SPGetCurrentUser not working
Hi. I am new in developing in Sharepoint and I want to get the UserID of the user who is loged in. This UserID i want to put at the end of a hyperlink, so that it is a dynamic hyperlink for every user....
View ArticleNew Post: Function $().SPServices.SPGetCurrentUser not working
Odds are the references to jQuery and/or SPServices aren't correct. My guess is that you are getting an error about $ or SPServices not being defined. You should also look at using $(document).ready(),...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Doug: You ought to be able to retrieve items for a list if anonymous access is enabled. When you say "returns nothing", do you mean that the results show ItemCount="0" or that there is an error coming...
View Article