New Post: SPServices Startworkflow & version enabled lists, does it work?
Hi all, I'm using the following code that used to work before I had turned enabled versions in a list. var itemURL=siteURL +'/Lists/'+changeList+itemID + '_.000'; $().SPServices({ operation:...
View ArticleNew Post: SPScriptAudit - no results returned
Was keen to take .SPScriptAudit for a test drive, so have created a new page on my site (SP Online (v 15.0.0.4455) and added the following into a Script Editor Web Part... Am using SP Services...
View ArticleNew Post: bad caml query results in misleading error message from debug option
It is a good thing to always use debug mode to get started. In both SPFilterDropdown and SPCascadeDropdowns, using an incorrect CAML query resulted in a misleading debug output error message that...
View ArticleNew Post: bad caml query results in misleading error message from debug option
The error messages that come back from the Web Services calls can be particularly non-specific. Looks like I'm missing a nuance in what is returned, though. I'd appreciate it if you could try 2014.01...
View ArticleNew Post: SPScriptAudit - no results returned
To be honest, I haven't looked at this function in a long time. I didn't think anyone was using it. Are you getting any errors at all? Anything that might help to debug? M.
View ArticleNew Post: SPServices Startworkflow & version enabled lists, does it work?
I think the issue is in the way you are constructing the itemURL: var itemURL=siteURL +'/Lists/'+changeList+itemID + '_.000'; The '_.000' part shouldn't be there, I don't think. M.
View ArticleNew Post: bad caml query results in misleading error message from debug option
Marc,I will give this a try; however, it might take a few days to find the right time to do this, since this is a production server. Thank you so much for SPServices.Mark301-642-1143 mobile
View ArticleNew Post: SPServices only working in Edit Mode
Hi there, so I developed some custom functionality with SPServices that works fine in my test-environment. Now Im trying to deploy it in the productive environment and Ive struggled for several hours...
View ArticleNew Post: SPServices only working in Edit Mode
Can you post your code? Obviously your two environments are different, so "test" isn't much of a "test". If you look at the bottom of the first page of documentation, you'll see a few tricks to make...
View ArticleNew Post: RestoreVersion does not seem to work
Try as I might, I have not successfully been able to get the RestoreVersion to work. My GetListItems works perfectly, and returns everyhting as expected, it just does not seem to pass the info to the...
View ArticleNew Post: SPScriptAudit - no results returned
Call it bad config management/source control on my part, but given that I am using Script Editor and Content Editor web parts on various pages I figured this would be a useful tool to confirm what was...
View ArticleNew Comment on "StartWorkflow"
Time to time, this function seems to trigger "the previous/old" version of the SharePoint Designer workflow. Any suggestion to troubleshoot that?
View ArticleCommented Unassigned: Only firing once on itial load or page refresh. If...
<link href="http://code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css" rel="stylesheet"/><script type="text/javascript">window.onload = function() { window.setTimeout(readyCall,...
View ArticleCreated Unassigned: $().SPServices.StartWorkflow triggers "the old/previous"...
Time to time, this function seems to trigger "the previous/old" version of the SharePoint Designer workflow.SPServices cache setting is force to "false".Any suggestion to troubleshoot that?
View ArticleNew Post: SPServices only working in Edit Mode
Hi, thank you very much for your answer. Please see my code here: http://pastebin.com/DvStqiet The test environments indeed isnt much the same as the productive environment. I was wrong at this point,...
View ArticleNew Post: SPServices only working in Edit Mode
OK I maybe found the problem. The Master-Template of the Productive Environment is already including jQuery 1.4.2... Now I just need to figure out, how to fix this, because my script does not seem to...
View ArticleNew Post: RestoreVersion does not seem to work
I had something come to me last night as I slept. My problem may lie with not having the extension on the end of the filename, as the error shown in the IE dev tool was that it not have an object. I am...
View ArticleNew Post: RestoreVersion does not seem to work
My assumption was correct once I changed the field in the getListItemitems from BaseName to LinkFilename and also the ows_BaseName to ows_LinkFilename, all worked as expected. Hopefully you will find...
View ArticleNew Post: RestoreVersion does not seem to work
One other thing I also did in my code was use the ServerUrl and ows_ServerUrl to get my relative path, without having to build it as I was previosuly. I still get the orginal error in SPservices...
View ArticleNew Post: RestoreVersion does not seem to work
I now have it working with no errors. By placing a complete function in the RestoreVersion method it stopped the SPservices error I was getting. I just commented out the action I used to verify it...
View Article