New Post: SPUpdateMultipleListItems not using defaults.listName?
In the short term, you can either patch your copy of SPServices, as Paul suggested, or simply add the listName into each call. Sorry for the trouble. M.
View ArticleCommented Unassigned: Cascading drop-downs have browser compatibility issues...
Hi Marc, All;We've been using the Cascading drop-downs in SP2010 for some time. The parent/child columns are primarily of type 'lookup', although some are 'choice' columns. This worked perfectly in...
View ArticleClosed Unassigned: Cascading drop-downs have browser compatibility issues for...
Hi Marc, All;We've been using the Cascading drop-downs in SP2010 for some time. The parent/child columns are primarily of type 'lookup', although some are 'choice' columns. This worked perfectly in...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Hi, I modified the code and again I have a empty box.<script src="/SiteAssets/jquery-1.11.0.min.js" type="text/javascript"></script> <script...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
So are you on SharePoint 2013? Are you running in English or some other language? M.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Yes, I'm on Sharepoint 2013 STD. For the moment, the site is in English but I installed the French Language Pack and my users gonna be use the site in french. J.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
OK, I'm not sure what the issue is, then. Can you try jQuery 1.10.x? M.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Same result with the 1.10.1<script src="/SiteAssets/jquery-1.10.1.min.js" type="text/javascript"></script> <script src="/SiteAssets/jquery.SPServices-2014.01.min.js"...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Your initial issue was with SPGetCurrentSite. Is that working ok? What is the value you get back or that?Looking at your URLs, looks like you testing on a machine that has SP installed on it (ie....
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Hi, With the SPGetCurrentSite, the result was \ because my site was the root. SP is not installed on my machine. It's the real server and the URL http://intranet was a alias for http://spapp-mtl. I...
View ArticleCommented Issue: SPAutocomplete dropdown issue [10067]
From http://spservices.codeplex.com/discussions/354984Hi Marc,I'm using jQuery 1.7.1 and SPServices 0.7.0 I have three custom lists,the only thing I changed was that I disabled attachments.In the...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Interesting. What's the output if this:alert($().SPGetCurrentSite() + "_layouts/userdisp.aspx?Force=True") Does the output look like the the URL you used to view the userdisp.aspx page? (Everything...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
I received nothing. No message box. I received the message for the jquery loaded and for the SPServices loaded but nothing for the current site.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
There was an error in Paul's script. Try this: alert($().SPServices.SPGetCurrentSite() + "_layouts/userdisp.aspx?Force=True")M.
View ArticleNew Post: SPCascadeDropDowns not working if parent field required even with...
Hi. I hit the "required field" issue after installing the SharePoint 2010 CU last week. I then modified one of my problem pages to use the 2014.01 update.: <script type="text/javascript"...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Sorry. On my phone. -- Paul T.-- Sent from Mobile
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Ok I received a message from the line : alert($().SPServices.SPGetCurrentSite() + "_layouts/userdisp.aspx?Force=True") The message is : /_layouts/userdisp.aspx?Force=True Thanks !
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
OK, so you're getting an empty string back from $().SPServices.SPGetCurrentSite(). Are you sure there are no script errors? I'm running out of ideas. What's the URL of the page you're doing all this...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
This is my script : <script src="/SiteAssets/jquery-1.10.1.min.js" type="text/javascript"></script><script src="/SiteAssets/jquery.SPServices-2014.01.min.js"...
View Article