Commented Unassigned: SPCascadeDropdowns give me a "postback error" [10150]
I everyone,after reviewing the issues which could match my problem, I found [this one](https://spservices.codeplex.com/workitem/10081).I'm encountering the same issue, and don't find any clue on how to...
View ArticleClosed Unassigned: SPCascadeDropdowns give me a "postback error" [10150]
I everyone,after reviewing the issues which could match my problem, I found [this one](https://spservices.codeplex.com/workitem/10081).I'm encountering the same issue, and don't find any clue on how to...
View ArticleNew Post: UpdateListItems Only Updates the First Record
Geoff: I'm not sure one this one. Let us know what else you find... M.
View ArticleCommented Unassigned: SPCascadeDropdowns give me a "postback error" [10150]
I everyone,after reviewing the issues which could match my problem, I found [this one](https://spservices.codeplex.com/workitem/10081).I'm encountering the same issue, and don't find any clue on how to...
View ArticleNew Post: SPCascadeDropdowns give me a "postback error"
I everyone, after reviewing the issues which could match my problem, I found this one. I'm encountering the same issue, and don't find any clue on how to make it works. The solutions Marc proposed are...
View ArticleNew Post: SPServices return not working
Picture isn't one of the columns in the UserInfo list in my environment. I think you need to call the User Profile Service for this. M.
View ArticleNew Post: SPCascadeDropdowns give me a "postback error"
Yoann: Is the code above what is working or what is not working? Can you show the specifics of the lists that you are using? And where are these nice beaches that I want to visit? M.
View ArticleNew Post: Is it possible to display the amount of users who have rated a list...
Mattius: What version of SharePoint are you running? In SharePoint 2013, there's a column for AverageRating and one for RatingCount. M.
View ArticleNew Post: Is it possible to display the amount of users who have rated a list...
Hi Marc, I managed to resolve it last week. You're right, the rating count column is also in 2010, and wasn't spotted. Used XSL to pull through the information. Thanks Marc :)
View ArticleNew Post: SPCascadeDropdowns give me a "postback error"
The code above is the code working and not working, as I said it's the same. The word "Plage" here is not referring to beaches, much more like "Time Slot". But if you want nice beaches, come in France...
View ArticleNew Post: UpdateListItems Only Updates the First Record
And the weirdness continues..... I've learned that the SPServices function works as advertised on all folders in a Document Library. However, in a list that isn't a document library, you can only...
View ArticleNew Post: SPCascadeDropdowns with multiple parent columns
Hello Marc, I have finally achieved the Multi Parent functionality with cascading dropdowns. I have used the SP Client Object Model, CAML, SPServices, JQuery and some basic JavaScript. Once I have made...
View ArticleNew Post: SPServices return not working
I already solved the Picture worked it turned out that I misplaced the return p. This is the complete code. function getProfPic(username) { var p1 = ""; $().SPServices({ operation: "GetListItems",...
View ArticleNew Post: web application - Webs/sites count
Hi Marc, Good Morning. I have a web application with 10000+ site collections and each site collection has many sites & sub sites. I want to get the count of all site collections and its sub sites...
View ArticleNew Post: SPCascadeDropdowns with multiple parent columns
I'm always interested to see examples of cool things that SPServices enables. Please do post back! M.
View ArticleNew Post: SPServices return not working
IE totally freezes up when a synchronous call is happening. If you move to using jQuery deferred objects (promises), it will work. M.
View ArticleNew Post: web application - Webs/sites count
Basically, you can't. There's no Web Service that allows you to traverse Site Collections. However, if you have the list of Site Collection URLs, you can use the Webs Web Service. M.
View ArticleNew Comment on "$().SPServices.SPDisplayRelatedInfo"
will this work on custom folder content types, in document libraries? I am trying to match against either Name or Title column (using an input text field on document load versus a drop-down/lookup) and...
View ArticleNew Post: New Project Help - Product Ordering Process
I'm just starting a new SP project and am trying to figure out how to do everything I need to do using SPServices. There's a huge Product list with 10,000+ items and a Orders List where Orders for up...
View ArticleNew Post: .SPDisplayRelatedInfo Problem
I'm trying to use DisplayrelatedInfo, but can't get it to work for some reason. Here's my code:-<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><script language="javascript"...
View Article