New Post: Unable to save form using GetListItems with SPServices
Please post the code that populates the select fields. _____PaulSent from mobile device.
View ArticleNew Post: Unable to save form using GetListItems with SPServices
You can't add arbitrary values to a dropdown once the form page has loaded. The form digest will only aloow you to select values which existed when the page originally loaded. Also, because you are...
View ArticleUpdated Wiki: Webs
Function$().SPServicesWeb ServiceWebsSupported OperationsOperation Options MSDN Documentation Introduced CreateContentType[webURL], displayName, parentType, newFields,...
View ArticleUpdated Wiki: WebUrlFromPageUrl
Function$().SPServicesWeb ServiceWebsOperationWebUrlFromPageUrlExamplevar thisWeb; $().SPServices({ operation: "WebUrlFromPageUrl", pageURL: ((location.href.indexOf("?") > 0) ?...
View ArticleUpdated Wiki: WebUrlFromPageUrl
Function$().SPServicesWeb ServiceWebsOperationWebUrlFromPageUrlExamplevar thisWeb; $().SPServices({ operation: "WebUrlFromPageUrl", pageURL: ((location.href.indexOf("?") > 0) ?...
View ArticleNew Post: Document Descriptions empty in Search results using Query
Sorry I didn't get back to you faster on this. I believe that the Query Web Services is only going to pass back values for Managed Properties. You can specify which you'd like returned like so:var...
View ArticleNew Post: SPArrangeChoices rearranges correctly but post back isn't sending...
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: SPDisplayRelatedInfo not working with matchOnId: true
You beat me to it. I built the SPDisplayRelatedInfo function only to work with Lookup columns (dropdowns). It sounds like you are trying to use it a different way? M.
View ArticleNew Post: SPDisplayRelatedInfo not working with matchOnId: true
'Event' is a lookup column. It looks up 'Title' from the list "Calendar." So, it will store data in the form "7:#MyEvent." When I choose matchOnId: false, the query parameter is "MyEvent" and when I...
View ArticleNew Post: SPDisplayRelatedInfo not working with matchOnId: true
As they say around here: "light dawns on Marblehead". I see what you're talking about, and I've got a bug. Your fix above is right. Fixing... M.
View ArticleNew Post: SPDisplayRelatedInfo not working with matchOnId: true
It's a little more complicated, of course, but still I'm fixing it. M.
View ArticleCreated Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleNew Post: SPDisplayRelatedInfo not working with matchOnId: true
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleNew Post: Displaying List Items In Grid
Hi. I am using SPServices to display a list in a page viewer web part in SharePoint. This works fine and the list items are displayed row by row. I have added an icon to the list in SharePoint which...
View ArticleNew Post: Can't set a Drop Down Choice Field using UpdateListItems
Hi Marc... Ever since your class on SPServices, I have been using it and loving it. However, I have recently hit a conundrum. I am running SharePoint 2013. I am creating new list items using the...
View ArticleNew Post: Displaying List Items In Grid
I had to reformat hyour script to see that you hare missing the closing }); (Maybe you can post things a little more clearly in the future.) $(document).ready(function() { $().SPServices({ operation:...
View ArticleNew Post: Can't set a Drop Down Choice Field using UpdateListItems
I just tested with a Choice column - I rarely use them, preferring to use Lookup columns instead - and it's a simple matter of setting to the value you want. My column is StateColor with choices [Red |...
View ArticleNew Post: Displaying List Items In Grid
Hi Marc, I actually formated the script as you have done but when I posted it it displayed it all in a mess. :) Sorry about that. The script works so leaving out the closing brackets was a copy n'...
View ArticleNew Post: Can't set a Drop Down Choice Field using UpdateListItems
Marc, Thanks for your FAST reply. As usual...PEBKAC [problem exists between keyboard and chair]. the issue was simply that the manner in which I was getting the value from the DOM was adding spaces....
View Article