New Post: GetListItems Syntax with Variable Subsite/Subfolder Location
Paul, thanks for your response, and for your help on previous questions. I don't know what I was thinking putting those assignment statements outside the SPFilterNode, so thanks for setting me straight...
View ArticleNew Post: GetListItems Syntax with Variable Subsite/Subfolder Location
The 'FileRef' attribute as a lookup includes the record ID and everything in the filepath/name after the domain, delimited by ";#" If I had a file with an ID of 25, located at...
View ArticleNew Post: GetListItems Syntax with Variable Subsite/Subfolder Location
Thank you both so much-- that did it. I'm now returning the modified date just as I was trying to do. I appreciate your input. As Geoff noted, the trouble lay in my not including the sites/sitename/...
View ArticleNew Post: Using SPServices or JQuery to change Control Mode
<tbody><tr><td class="ms-dtinput"><label style="display:none"...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
We've found the issue, and it isn't good. The target users (who would need this functionality) are hosted in a Citrix environment on top of Windows 2008 R2. When a user tries to submit, the call to...
View ArticleNew Post: Problem with SPCascadeDropdowns in 2014.01 (SP 2010 and December CU)
We’re on SP 2010 and were using a pretty old version of SPServices (0.7.2). We recently applied the December CU to our farm and were asked to upgrade SPServices to the latest to fix issues with...
View ArticleNew Post: SPFindPeoplePicker in 2014.01?
Marc, Been having great success with the SPServices, I decided to try another. However, the object I get back on SP2013, when using $().SPServices.SPFindPeoplePicker is empty. I also tried...
View ArticleNew Post: Not able to pass List Title as a query string from one list to...
var queryStringVals = $().SPServices.SPGetQueryString(); var lastID = queryStringVals["varname"]; alert(lastID); var query = "<Query>" +"<Where>" + "<Eq>" + "<FieldRef Name='Quiz'...
View ArticleNew Post: Not able to pass List Title as a query string from one list to...
I think the problem could be several things: Here you are setting the value of lastID to the query string value for "varname". If you have "?varname=xxx" on the query string that's right, but I'm...
View ArticleNew Post: Not able to pass List Title as a query string from one list to...
Thanks Marc , it worked
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
I haven't run into this situation before. Many times the network topology gets in the way of successful Web Services calls. I'd suggest looking at the traffic with Fiddler to see what hops things are...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
I think you may be running into this issue:http://sympmarc.com/2014/01/23/office-365-update-changes-display-name-on-required-fields/ My guess is that the Category_ and/or Sub-Category_ columns may be...
View ArticleNew Post: SPSerives library supported for SharePoint 2013
is SPServices library supported in SharePoint 2013?
View ArticleNew Post: how to check if user selected radio button and insert radio button...
I can only select 1 radio button in the whole form , but i want to select each radio button (answer ) for each question and then insert that into a list along with the current user <script...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
That is exactly what is happening. I changed the code to include " Required Field" and now they are working again sort of. One other difference now is that "(none)" shows up as the default option for...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
OK, so I went back to the documentation (specifically here) and found your (Marc's) comment at the bottom of the comments: "The None option is present if the column value is not required. Change the...
View ArticleNew Post: Get list of files within folder
Can you post the complete SPServices command that you used to display the list of files in a folder? I am trying to do the same, but cannot seem to retrieve any entries. I've tried: var folderName =...
View ArticleNew Post: Get list of files within folder
Depending on the browser you are using .find("[nodeName='z:row']") may not work. Switch to .SPFilterNode("z:row") instead. That may fix it. If not, post back. M.
View ArticleNew Post: Get list of files within folder
Tried .SPFilterNode("z:row") , still no records get returned.
View Article