New Post: Need to find list items which are checked out AND have no version...
I have a client where many of its users are uploading files through explorer view. However, document versioning is enabled so a lot of the files are never checked it. I need to create a report which...
View ArticleNew Post: CascadingDropdown on SP2013
marc, I checked the doubel-quotes and they are the standard type " " - I'm using Notepad so it filters most formatting quirks. I also checked the data. Here is the States list that has the lookup to...
View ArticleNew Post: CascadingDropdown on SP2013
Honestly, I set up EXACTLY what you have and it works for me. There must be something else we're not thinking of. Can you make sure that SPServices-2013.02BETA2.js is the one that's loading? M.
View ArticleNew Post: Problems with SPServices.SPRedirectWithID in SharePoint Server 2013
Hi all, I have problems with SPRedirectWithID function in SharePoint Server 2013. I try to test this function with IE 11 and Google Chrome 31.0 but this function doesn't work with SharePoint 2013. I...
View ArticleNew Post: Need to find list items which are checked out AND have no version...
I wrote this code which loops through the Site Collection, from each site, gets the list collection (only document libraries), from there looks through each item in the document library for items which...
View ArticleReleased: SPServices 2013.02 (Dec 17, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.02 (Dec 17, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: Start Workflow working on Office/365 but not on Sharepoint 2013...
I have javascript code that finds the workflow association templatid for a specified list, then call spservices startworkflow for each item in the list. This code works correctly in an Office/365...
View ArticleUpdated Wiki: $().SPServices.SPDisplayRelatedInfo
Function$().SPServices.SPDisplayRelatedInfoCertification FunctionalitySPDisplayRelatedInfo is a function in the jQuery Library for SharePoint Web Services that lets you display information which is...
View ArticleNew Post: SPServices Cascading drop down IE Issue
Hi Marc, Just thought I should mention that my issue was related to 20+ items. Just added the following to my code before the cascading columns- like below - and this worked for me :-) May help someone...
View ArticleNew Post: redirect survey for after clicking finish
Hi All, I'm working on a sSharePoint 2010 survey...A long survey list and i need to redirect users to a custom thank you page. But haven't come up with some that fully works..I can redirect users by...
View ArticleReleased: SPServices 2013.02 (Dec 17, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.02 (Dec 17, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: Need Help with SP Filtered Dropdown
Hi Guys, I'm trying to get the filtered dropdown to work so far I tried to get it working with this code and settings but was not able to filtered the dropdown "Test2" Other Details: SP Version used =...
View ArticleNew Post: Need Help with SP Filtered Dropdown
Francis: Have you checked to make sure the two .js files are loading? jQuery has to be before SPServices (you have them reversed above, but that might not mean anything). Also, any script errors? Just...
View ArticleNew Post: Problem with Multiple Selection Items
Bump** any thoughts on what might be the problem with the above anyone?
View ArticleNew Post: Problem with Multiple Selection Items
For some reason, I didn't get an email for your question. No idea why. What version of jQuery and SPServices are you using? Can you try the 2013.02 beta that's in the Downloads area? M.
View ArticleNew Post: Help with updating a Dropdown list based on another Dropdown list
I have a List with Title and Status. I have the main list that users enter the data and a field called Reason that references the List with the title and status. I have another Field called...
View ArticleNew Post: Need Help with SP Filtered Dropdown
Hi Marc, Thanks for this info, I didn't expect that the sequence of the 2 js files could affect the outcome. It worked fine after I loaded the jquery first before the spservices. I thought that they...
View ArticleNew Post: Help with updating a Dropdown list based on another Dropdown list
Nevermind, I solved it.
View Article