New Post: [noob] Can I use SPServices from outside the SP site ?
Hi Shayz, Hehe - I know what you mean about admins! It might be worth asking - the worst they can do is say no, so if they do, at least you know where you stand. SharePoint is able to accept...
View ArticleNew Post: Issues Cascading 2 MultiSelects
No worries - it was a start: are you getting any error back, if you look at the site using something like Firebug? Or is it simply not showing anything on screen? Have you confirmed that your links to...
View ArticleNew Post: Issues Cascading 2 MultiSelects
alibby, I tried putting some alerts in and they aren't firing either. Kinda weird..Here's the current code, I am trying to use the example in the documentation at this point...The only thing I am doing...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Okay - it sounds like your links to jQuery and / or SPServices aren't good. Putting the code into a CEWP shouldn't be a problem though. Can you try replacing the jQuery link with this please:...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Here are the latest changes. Instead of using them local, I went to the remote for both js files<script language="javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Did that produce anything in terms of an alert, error, or change in what was displayed?
View ArticleNew Post: Issues Cascading 2 MultiSelects
I'm starting to think I'm confused from all the debugging trying to get this to work LOL Correct me if I am wrong with the following: 1) relationshipList is the list we are cascading to. 2)...
View ArticleNew Post: Issues Cascading 2 MultiSelects
alibby, No errors with IE 10, going to check with Firebug here is a sec.. darklodus
View ArticleNew Post: Issues Cascading 2 MultiSelects
Hehe - I know the feeling...! It looks like you've introduced another error in your recent code - try this:<script language="javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"...
View ArticleNew Post: Issues Cascading 2 MultiSelects
@darklodus This utility's setup is a little hard to grasp... This image, produced by @bentedder in this tweet, has helped in in the past: - More on it here:...
View ArticleNew Post: Issues Cascading 2 MultiSelects
Thanks guys, Sorry for the delay, got pulled into a meeting, for a meeting, for the meeting scenario...gotta love it. Who calls a meeting for 4:30 on a Friday? Anyhow, tried the latest code from alibby...
View ArticleNew Post: SPCascadeDropdowns Issue
Hi, I originally set up a form to use your SPFilterDropdown function on several Lookup columns that allow multiple selections and it worked perfectly. Then I got a requirement to filter those columns...
View ArticleNew Post: SPCascadeDropdowns Issue
I think I follow you, and it sounds like it's the way it would work. The function is sort of "dumb", in the sense that it doesn't know anything about values that once existed. Generally speaking, the...
View ArticleNew Post: how to add the pdf file to sharepooint 203 online site dicument...
Dear ALL; i am using mscrm 2011 online i converting a ssrs report to pdf through java script what i want when i the file is converted so i want that pdf file to be added into share point online to the...
View ArticleNew Comment on "TaxonomyClientService"
GetTermSets has a fault I think: case "GetTermSets": addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps", "clientVersions"]); Should be: case "GetTermSets": addToPayload(opt,...
View ArticleNew Post: SPCascadeDropdowns on a non-SharePoint Page
OK so I've got a new one to add to this...I have three drop downs now and three corresponding lists. I use SPFilter to fill the first "Parent" drop down. I'm guessing this is usually done automatically...
View ArticleNew Post: SPCascadeDropdowns on a non-SharePoint Page
I should note with the above - everything works beautifully with the cascade. All the values are populating correctly. It's just irritating me that there's this random 500 error when it's searching for...
View ArticleNew Post: Getting going with SPServices.SPCascadeDropdowns
Have just started using SPServices (so be gentle, please) with SP Online/O365 (SP 2013) and am trying to get started with the SPCascadeDropdowns function; nothing too fancy, just trying to get a 'hello...
View ArticleNew Post: Getting going with SPServices.SPCascadeDropdowns
I think the issue is your list structures. Is each job only available in a single branch? My guess is not, which means that you have a many-to-many relationship. The function won't handle that for you,...
View ArticleNew Post: how to add the pdf file to sharepooint 2013 online site dicument...
What have you tried so far? M.
View Article