New Post: Trouble with SPSservices and Sharepoint Form
Yes, SPServices can work in any site. But what is the URL of the page where you are making the call? That's the only thing I can think of that might be unique. M.
View ArticleNew Post: accessing sharepoint on another server with custom port
ok, strategy changed again here and I'm forced again to go for a single sign on method so I'm here again :) I downloaded the new 2014 version which seems to have the above method included already but...
View ArticleNew Post: SPCascade on other language
my previous reference was : //cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/0.7.2/jquery.SPServices-0.7.2.min.js Marian
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Hi guys, I did some test and I found SPService worked only on subsite not on the root site. This is the tests I did to have this conclusion :Create a new custom list in the root site with no field...
View ArticleNew Post: SPCascadeDropDowns not working if parent field required even with...
While reviewing other pages in our site, I found two other list where we use the cascading drop downs, but they also add our "Team" selection under the Division. EX: Site => Division =>...
View ArticleNew Post: Fill in default for External Item Picker?
I'm working with the External Item Picker and just do not see how to properly pre-populate it with an existing value. I tried in vain to use $().SPServices.SPFindPeoplePicker but that of course was...
View ArticleNew Post: SPCascade on other language
OK, you were quite a few versions behind. Now that you're on 2014.01, you should be much better off. M.
View ArticleNew Post: Failed to cache field with id
First off, I would suggest upgrading to 2014.01. You're quite a few versions back. Next, your lists may not be arranged the way that the function expects. You might want to check out my Country /...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
SPServices absolutely ought to work in the root site. It looks like you're not getting a value back from $().SPServices.SPGetCurrentSite(). Can you step through the function to see where the issue is? M.
View ArticleNew Post: Fill in default for External Item Picker?
Is this a picker on a External List, e.g. created as an External Content Type? If so, that's a totally different picker. If you can explain how you're getting it on the page, I may be able to help. M.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
What dis mean by strp through the function. Because I tried a lot of thing and nothing worked on the root site. But I create a subsite and everything I want work great.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
I mean stepping through the script in Firebug, Chrome's development tools, or IE's developer tools (F12). M.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
I send you the result in previous post : The error I saw with Firebug is :http://_layouts/userdisp.aspx?Force=True&1394512968687 Aborted Accept / Accept-Encoding gzip, deflate Accept-Language...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
No, I was hoping you could step through the script to see where the error is occurring. The messages above just tell me that the $().SPServices.SPGetCurrentSite() function isn't passing back a value....
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleNew Post: Cascade Dropdown not working
Marc,I tried the 2014.01 version and still have the problem. I am using 2013 on prem.The fields were not required. I tried making them required and it still isn't working but has a different behavior....
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Marc,I'm not at a computer. But: I remember that SPGetCurrentSite uses SP available variables to determine the "web root URL" if those are set before using the webservice on the current URL. I'm...
View ArticleCreated Release: SPServices 2014.02
See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function Description New Operations Alpha Web Service Operation Options MSDN Documentation Issue Tracker Item Bug...
View ArticleUpdated Release: SPServices 2014.02
This version is in a pre-prelease state. It is never a good idea to use any file with ALPHA or BETA in its name in a production environment unless you know what you are doing and the file contains...
View Article