New Post: SPServices undefined
Hmm. That's not good. Can you copy out the SOAP data that's being sent in that call and post it here? M.
View ArticleNew Post: SPServices undefined
You might have to walk me through this if you don't mind. I am still fairly new at this.
View ArticleNew Post: GetUserProfileByName is returning Error
If the callback 'Status' variable is the one giving you a value of "error", then there is most likely an invalid character in the user name that is causing an invalid XML message.Like Marc suggested,...
View ArticleNew Post: Solution to grey out columns based on yes/no
Or start a Bounty and you may get your solution rather quick. :-)/Paul -- Paul T.-- Sent from Mobile
View ArticleNew Post: Windows.setTimeout() reducing my form speed
this is my code for InfoPath postback window.onload = function() { window.setTimeout(getData, 1000); } function getData(){ getEmployee(); getCompany(); window.setTimeout(getData, 1000); //To handle...
View ArticleNew Post: Windows.setTimeout() reducing my form speed
You're calling getData inside getData. That means you're doing all the work at least twice. So the line: window.setTimeout(getData, 1000); //To handle IP's form postback shouldn't be there. You should...
View ArticleNew Post: Windows.setTimeout() reducing my form speed
I can't catch you, may i know in which stage you are specifying me to use getdata() in autocompletes
View ArticleNew Post: Windows.setTimeout() reducing my form speed
I can't catch you, may i know in which stage you are specifying me to use getdata() in autocompletes, I have called the getData(); inside select function and also in focus function, my autocomplete...
View ArticleNew Post: SPServices.SPLookupAddNew - Office365
Hi All I am using SPServices SPCascadeDropdowns and SPLookupAddNew with SharePoint Online 2013 (Office365) After Office365 updates input title names in list forms at Jan 2014, I changed the title names...
View ArticleNew Post: Windows.setTimeout() reducing my form speed
Ram: I'm not going to write the code for you - that wouldn't serve either of us very well. You'd end up with something you couldn't support and I'd be spending time I'd never get back. As I pointed out...
View ArticleNew Post: SPServices.SPLookupAddNew - Office365
Mohammed: By changing the column names in your calls, you're band aiding the problem. None of the functions were built to handle those new titles. The current alpha of 2014.01 has a fix for this issue...
View ArticleNew Post: Can you use webUrl with a "Query" operation
We are migrating from SP2007 to SP2010 at my company. In SP2007 I have a site that queries the People scope to bring back a list of employees reporting to the selected Manager. Our people scope was...
View ArticleNew Post: Can you use webUrl with a "Query" operation
Do you mean with the Search Web Service? I'm not sure that will work because you would be going cross domain. However, you can use a webURL parameter for any SPServices (core) call. My suggestion would...
View ArticleNew Post: SPRequireUnique not working
Hello, I'm new to SPS functions and trying to learn all I can. I'm in the need to use the SPRequireUnique function. Yet, for some reason that I'm not aware; this function is not working.<asp:Content...
View ArticleNew Post: SPRequireUnique not working
It looks like the function is setting up properly, since you're seeing the initMsg. It looks like this is the EditForm? If it is, was the value for Order added on the NewForm? Are there other items...
View ArticleNew Post: SPServices undefined
Hi Mark - Here is the information you requested. I hope this is what you were looking for. ``<?xml version="1.0" encoding="utf-8"?><soap:Envelope...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
This is really nice. I have a question here : Can this cascading works with one lookup as main filter.. Like if i have Country as main lookup and want Region and City to Filter based on Country.. I...
View ArticleNew Post: SPServices undefined
Well, that error is pretty self explanatory. The list you've made a call to get info from doesn't exist. In the Post tab where you grabbed this response, you should be able to see what the request...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
This is really nice. I have a question here : Can this cascading works with one lookup as main filter.. Like if i have Country as main lookup and want Region and City to Filter based on Country.. I...
View ArticleNew Post: Cascading Filter Requirement
Hi Guys, I have a requirement here. Can anyone suggest me an alternate to implement this behavior using SPServices Framework. Lookup : Country Lookup : Regions (filter based on Country) Lookup : Cities...
View Article