Closed Unassigned: Response from SPServices has Gzip encoding [10201]
I used the examples provided and tested a GetListItems call from my cloudshare server. It works fine but I noticed in Fiddler that the response has GZIP encoding. When I click on the transform message...
View ArticleNew Post: Too complex for SPServices?
I have a specific need to create a table which is based on Sharepoint List and which must update the sharepoint list. In particular I must copy one item of the list in the same list and before copying...
View ArticleNew Post: Performance issue in getting permission matrix
Hi, At a customer I don't have access to a development environment, so I need to do everything OOTB. Ofcourse SharePoint isn't made to be OOTB for every customer, hence SPServices Library. I need to...
View ArticleNew Post: Performance issue in getting permission matrix
This is mostly written in Dutch, but if you copy the file and change the URL and the values of the dropdowns to URL's on your environment, you should get a working example. I just need it to be faster,...
View ArticleNew Post: Too complex for SPServices?
Stefano: SPServices isn't an application, but more of a toolkit. You can retrieve items from lists using GetListItems and write items to lists using UpdateListItems. Many people are using SPServices...
View ArticleNew Post: Too complex for SPServices?
Thank you Mark! I noticed, but it does a lot more I was thinking to do :) I also found an example which I may adapt to my needs, I'm doing it right now in order to make it working for me. I really...
View ArticleNew Post: Performance issue in getting permission matrix
Without trying to run this, I can see that you're trying to make all the calls synchronously. That'll hang up the browser for a long time. Take a look at jQuery promises. As of version 2013.01,...
View ArticleNew Post: Announcement Ticker
I am trying to using SPServices to create a ticker from the Announcments list. Similar to the one shown here http://jonmifsud.com/open-source/jquery/jquery-webticker/. Any suggestions on how to...
View ArticleNew Post: Announcement Ticker
You can use SPServices to get the list items from the Announcements list. What else are you trying to accomplish? M.
View ArticleNew Post: Altering a list workflow with SPServices
Steve: I haven't tried something like this, but I'm thinking it's possible. What version of SharePoint are you using? M.
View ArticleNew Post: SpServices Starting a Workflow - Is ItemURL and ID necessary
It's probably that "https://server.company.com/sites/Ops/zDev/Lists/Status_Tracking_Metrics/15_.000" isn't the right URL....
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
Hey marc, we're using your Autocomplete function on a website which has been placed inside the root folder of our sitecollection. Inside this function gencontainerId() uses...
View ArticleNew Post: Retrieving Metadata from WSS v3 Library Objects
I am trying to extract and use the metadata associated with objects in a Sharepoint library, using the $(xData.responseXML).SPFilterNode("z:row").each(function() function. I can pull data from Lists...
View ArticleNew Post: Altering a list workflow with SPServices
I'm using SP2013 on a hosted environment. I've been able to get very close by adapting the 2010 approval workflow with SPD 2013, So I've been reviewing several options which will have the least amount...
View ArticleNew Post: displayrelatedinfo not working on SP2013 in IE
Weird. Yes, let me know what happens. M.
View ArticleNew Post: CascadingDropdown on SP2013
Try turning on debug mode. You said no errors, but are you sure about that? M.
View ArticleNew Post: Another help request with SPFilterDropdown
The function isn't built to work with Person or Group columns. They also can't be lookup column targets. M.
View ArticleNew Post: Another help request with SPFilterDropdown
OK. Thanks for the clarification. Steve
View ArticleNew Post: SPDisplayRelatedInfo specific to one content type
I am using a Custom List having multiple content types. I wanted to use the SPServices - SPDisplayRelatedInfo specific to one content type. Can you please help me in finding the solution
View Article