New Post: SPServices 2013.01 - Test
Hi Marc, Thanks for the follow-up. Unfortunately, still the same result. I have tried this on 3 different farms (Prod, dev, some other) with the same result. It works fine if I switch back to 7.2. For...
View ArticleNew Post: SPServices 2013.01 - Test
One additional note, when I look at the "POST usergroup.asmx" Response (Net tab) in IE's Dev Tool, it shows the following:<?xml version="1.0" encoding="utf-8"?><soap:Envelope...
View ArticleNew Post: SPServices 2013.01 - Test
I think you'll need to step through youtr script to see what's happening. Since it worked for me and you can see that results are coming back, it's got to be something in your page. M.
View ArticleNew Post: SPServices - Cascade Feature Not Functioning
Hi - Thanks for taking a look at my situation... Previously used InfoPath solution to successfully develop cascading dropdown fields for Office 365 SharePoint 2013 list. Now I need to develop the same...
View ArticleNew Post: SPServices - Cascade Feature Not Functioning
SPServices won't work with jQuery 1.9.1, as noted on the home page. There's a bug in that version of jQuery with XML. M.
View ArticleNew Post: Date Columns returning all undefined
I did not realize that specifying ViewFields or the RowLimit option would override the default view....I learn something new every day and today, I've reached my limit! ;-)
View ArticleNew Post: SPServices 2013.01 - Test
Thanks Marc. I will. Just bugs that the same code works with the old library but not the latest one.
View ArticleNew Post: Undefined responseXML on StartWorkflow
I am trying to run simple workflow via SPServices and cannot get anything to return properly. I am getting an undefined xData.responseXML. Anyone able to point me in correct direction?function...
View ArticleNew Post: Undefined responseXML on StartWorkflow
Have you looked at the network traffic with Firebug or Fiddler? I'd also strip things down to the simplest possible call to make sure I didn't have a missing comma or something. M.
View ArticleNew Post: Help CAML where clause not working in SPServices
Here is the code I can't filter the results using my CAML query. I don't know what's the problem. I'm using jquery 1.8.2 and SPServices 0.7.0 $(document).ready(function () { var s =...
View ArticleNew Post: Help CAML where clause not working in SPServices
It's going to depend on what type of column Assigned is in your list Users_List. You're passing the user's account as a string. M.
View ArticleNew Post: Help CAML where clause not working in SPServices
the Assigned column is a text sir
View ArticleNew Post: Help CAML where clause not working in SPServices
And are those text values account names, like "domain/account"? M.
View ArticleNew Post: Undefined responseXML on StartWorkflow
Here is the dataview side of things that launches jQuery and SPServices (obviously the RequestListName is replaced with the actual list name):<a href="#"> <xsl:attribute name="onclick">...
View ArticleNew Post: Undefined responseXML on StartWorkflow
Does it have anything to do with encoded URL? The following is being passed from the dataview to the jQuery functions:https://exampleSite/subsite/Lists/listName/1997_.000
View ArticleNew Comment on "$().SPServices.SPFilterDropdown"
Is there an easy way of getting options such as "columnName" in this function to allow choosing between static or display name? We are deploying a system in which there is a business requirement to...
View ArticleNew Post: operation:updatelistitems not fully working...
Hi All, I am new using "UpdatelistItems" operation and need help please. I have a simple form and I want to be able to insert data into a sharepoint 2010 list upon clicking submit button. When the user...
View ArticleNew Post: ows_Author or ows_Editor not returning data
I am trying to get the created by from a SharePoint custom list. i am not sure what i an doing wrong. it return a row and i can get the ows_Title. Can someone help me. I have tried CAMLViewFields:...
View ArticleNew Post: ows_Author or ows_Editor not returning data
got it, here is what i had to do CAMLViewFields: "<ViewFields Properties='True' />", instead of CAMLViewFields: "<ViewFields>" +"<FieldRef Name='Title'></FieldRef>" +...
View ArticleNew Post: ows_Author or ows_Editor not returning data
The names of columnsin the ViewFields shouldn't be preceded by "ows_". M.
View Article