New Post: updatelistitems .. text field not passing data
That is it ... but don't you have something in spservices that handles this?
View ArticleNew Post: updatelistitems .. text field not passing data
You can use STSHtmlEncode. It's a global function that is a part of SP. You should probably roll your own, so this wont create a problem for you when/if that function is removed. Cheers, Matthew
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
maunx wrote: You could use custom JavaScript/jQuery client side validation as an alternative to SharePoint's validation since it's not ideal anyway. Especially when using required lookup columns. I...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
I've sort of lost the thread here. It sounds like it's an issue where "(None)" is shown as an option in SharePoint 2010 when SP2 has been applied and the column is not required? Is it that specific or...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
The original issue was with the " Required Field" being added to the fields in SP2, however, during the course of troubleshooting, I upgraded to the latest version of SPServices, which fixed the...
View ArticleNew Post: SPCascadeDropDowns not working if parent field required even with...
I'm running into this same thing. Using jquery-1.10.2.min.js & jquery.SPServices-2014.01.js Here is my call $(document).ready(function(){ console.log("starting spcascade dropdown...
View ArticleNew Post: Conflicting jQuery no longer recognises SPServices
Hi I've written code which is building html based on a list and library in O365. In my own environment it works fine. When testing on the client site $().SPServices({ line returns the error Object...
View ArticleNew Post: DataSheet view CAML change
In the UI it is only possible to filter to [Me], not to the current user membership. So if I want to filter the list to a group which the current user is member of, I need some code. /Groups are need...
View ArticleCreated Unassigned: Cascade DropDown - render dd requires dbl click to select...
Hi,Did a quick search but couldn't find this as a current issue. When using the cascade dropdown functionality, the modified lookup (the sub category lookup) requires a double-click to select an item...
View ArticleClosed Unassigned: Cascade DropDown - render dd requires dbl click to select...
Hi,Did a quick search but couldn't find this as a current issue. When using the cascade dropdown functionality, the modified lookup (the sub category lookup) requires a double-click to select an item...
View ArticleNew Post: Conflicting jQuery no longer recognises SPServices
Laura: You should track own where the other version of jQuery is coming from. Either 1.10.1 and 1.10.2 should be fine. If you're getting "Object doesn't support property of method 'SPServices'", then...
View ArticleNew Post: Conflicting jQuery no longer recognises SPServices
Thanks for your fast reply Marc. I'm going to investigate the other version of jQuery being loaded. SPServices and see how I get on. Laura GB
View ArticleNew Post: GetListItems gets items from recycle bin
Hi everyone, recently I've noticed that GetListItems gets all items from the list, including removed ones. It is espessially annoing when you need to compare existing items with the new one. Have...
View ArticleNew Post: GetListItems gets items from recycle bin
I have been developing with SPServices extensively for 3 years now and I'm certain that has never happened to me or any of my users. Once an item is deleted from a list and moved to the Recycle Bin, it...
View ArticleCreated Unassigned: SPCascadeDropdowns - no error message and "none" item in...
Hi!I have a multi-cascade drop down and when I try to put a nonexistent column, I have no error message, and when I put an existing column I have no Item to select in spite of that I have items in my...
View ArticleNew Post: Using UpdateListItems to update a list on another web..
Hi I absolutely enjoy working with these libraries and have gotten so much work done in short time... However, I need to check on something with the UpdateListItems function. I've got two separate SP...
View ArticleNew Post: GetListItems gets items from recycle bin
I'm with Geoff on this. Deleted items are no longer in the list and cannot be retrieved. M.
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleNew Post: Using UpdateListItems to update a list on another web..
I get that error when I run web service calls between domains without first enabling Cross-Origin Resource Sharing (CORS). Add the following line somewhere near the top of your code. It should work for...
View Article