Commented Issue: async on version 2013.01 [10148]
From: https://spservices.codeplex.com/discussions/444799I have an issue with a function not running async when upgrading SPServices to the new version. The issue I found was at line 1220 of SPServices....
View ArticleNew Post: CopyIntoItems using an XML string
It's so tempting to wrap CSOM with simpler code. It really is. M.
View ArticleNew Post: Push InfoPath attachments into Document Library
If no luck with SPservices, take a look at qRules from Qdabra. It allows you to inject code using rules into Infopath forms, and one of its functions is to detach attachments into a library and replace...
View ArticleCommented Issue: async on version 2013.01 [10148]
From: https://spservices.codeplex.com/discussions/444799I have an issue with a function not running async when upgrading SPServices to the new version. The issue I found was at line 1220 of SPServices....
View ArticleNew Post: Push InfoPath attachments into Document Library
Thanks for the suggestion! Unfortunately we are not legally allowed to modify the InfoPath form itself. I discovered that infopath data is itself base64 encoded. I have managed to decode the .xml file...
View ArticleNew Comment on "$().SPServices.SPUpdateMultipleListItems"
Looking for example of what is passed to the completefunc. I need to log the updates it makes.
View ArticleNew Post: operator not working for external content type GetListItems
I'm working in SP2010, and trying to query an external content type list. I'm using the<In> operator, but it doesn't seem to be working right. Lost the error now, but if necessary I can go code...
View ArticleNew Post: operator not working for external content type GetListItems
Ben: Isn't the IN operator something that was added into CAML in 2010, i.e., it wasn't in 2007? AFAIK, they didn't update any of the existing SOAP Web Services. Can you share your code? And does IN...
View ArticleNew Post: Push InfoPath attachments into Document Library
And.... You forgot a step.Once you figure it out, you'll post back here the solution so that anyone else that has this need, they can benefit from your hard work, right?:-)Paul -- _________Paul T
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Hi Marc, I believe I may be able to add something to this. I was using the following code (on a NewForm.aspx page in SharePoint 2013):<script...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
You should include: relationshipWebURL:"/", then it fixes the URL error.
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Thanks, but no, I originally had that line and it may have fixed the CORS issue, but not the access denied issue. The only solution for me was to downgrade SPServices. And I don't have that line...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
well, I don't know but that line fixed my error. I use jquery-1.10.2.js and jquery.SPServices-2013.01.js. and yes, you are true that downgrade SPServices without that line still works. Cheers
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Interesting, I wonder what the difference could be between our setups? For completeness' sake I just tested again with and without that line with both 0.7.2 and 2013.01. Either works with the old...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
All: There's a bug in 2013.01 when you are making calls in the root site. Mea culpa.https://spservices.codeplex.com/workitem/10165 The write up in the issue includes a fix, which is basically what I...
View ArticleNew Post: Query 2007 List form 2010 Environment
Spelling counts! It should be webURL, not WebURL. Depending on your network topology, you may run into other issues, but give that a go. M.
View ArticleNew Post: SPCascadeDropdowns not woking in SharePoint 2013 Office 365
Hello Marc, The column "Grondslag" in the list "ZZP indicaties" list was a multi but I changed it to single value with the same result.. I also slimmed down the code. List name or GUID makes no...
View ArticleNew Post: Query 2007 List form 2010 Environment
Tried that, now it does not appear to be making the call from what I can see... Updated code:$(document).ready(function () { $().SPServices({ webURL: "http://spsite/research/blog/", operation:...
View ArticleNew Post: SPCascadeDropdowns not woking in SharePoint 2013 Office 365
The error you're getting from my debug code is: Problem: Parentcolumn Dominante grondslag Message: column not found Both the parentColumn and the childColumn should be the DisplayNames. Since you have...
View Article