New Post: SPGetCurrentUser in SharePoint 2013 _spUserId is undefined problem...
You're bound to have even more problems with v0.6.1 and SharePoint 2013. You should consider upgrading to 2013.01 when I release it in the next week or so. M.
View ArticleCommented Unassigned: SP Filter DropDown Not Working [10141]
I am getting the following error. It is alerting the item type but name values are not displayed. Error in functionSPServices.SPFilterDropdownParameterrelationshipListColumn: NameMessageNot found in...
View ArticleNew Post: CAML In Clause and GetListItems
I have SP2010. I am trying to get a CAML query working with an In clause in it. I am convinced I've got the CAML query right. Can somebody confirm if the IN clause is supported by the GetListItems method?
View ArticleNew Post: SP2007 to SP2010 Question
Bob, If using IE, I think x-domain will work, but you may have to turn in cross site requests in jquery.... Lookup the .ajax() method and the cross domain setting. You can use the ajaxSetup() to set it...
View ArticleCommented Unassigned: SP Filter DropDown Not Working [10141]
I am getting the following error. It is alerting the item type but name values are not displayed. Error in functionSPServices.SPFilterDropdownParameterrelationshipListColumn: NameMessageNot found in...
View ArticleClosed Unassigned: SP Filter DropDown Not Working [10141]
I am getting the following error. It is alerting the item type but name values are not displayed. Error in functionSPServices.SPFilterDropdownParameterrelationshipListColumn: NameMessageNot found in...
View ArticleNew Post: write to uls log
The only Web Service that might be close is Diagnostics. I wrapped it a while back based on a request, but I've never played with it.https://spservices.codeplex.com/wikipage?title=Diagnostics M.
View ArticleNew Post: SharePoint Historical Reporting of Summary List Data (of Status...
Jeff: SharePoint does indeed support timer jobs, but that requires server side code pre-2013 or apps in 2013. If you want to go with script, you can use GetListItems to retreive items from a list, do...
View ArticleNew Post: SP 2007 - 2010 Migration issues
I have a few custom SPServices actions on several of our pages. They worked fine in SP 2007, now they've upgraded to SP 2010...a few things are broken. Mainly, things that load content after the fact...
View ArticleNew Post: SP 2007 - 2010 Migration issues
Don: It's pretty hard to say, really. You'll probably need to step through your code to see where the page reload actually happens. One thing that came to mind immediately is the whole dialog framwork...
View ArticleNew Post: SP 2007 - 2010 Migration issues
OK, I think I've got it narrowed down a bit. The page reloads whenever I click an HTML button to initiate an action on the page. So it's forcing a 'submit' action, even though the onclick event for the...
View ArticleNew Post: SP 2007 - 2010 Migration issues
I figured out the solution. I had to add "return false;" after the onclick function for each button. This is probably something I should have done before, as the button is not associated with a form. Don
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleNew Comment on "GetGroupCollectionFromUser"
Thank you so much for this framework, it's been extremely valuable. Here is a slightly more reusable function if you need to store as a utility function. A callback function is necessary whether async...
View ArticleCreated Unassigned: On Sharepoint 2013 SPUserid error on Alpha 7 [10142]
THe following function is throwing error on _SPUserid and it should be using the _spPageContextInfor.userid -- so the test must be wrong for SharePoint 2013 // SharePoint 2010 gives us a context...
View Article