New Post: SP2007 UpdateListItems with Hyperlink column
Marco,I do highly recommend it. My job currently doesn’t involve SharePoint at all. In my previous position I wrote 50,000+ lines of javascript utilizing SPS to build a custom application that is still...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
Hi Everyone: I am trying to troubleshoot and could use some help. I am using the library to submit new items to a list, from an HTML form. It's working for me, but not for my end users. The list has...
View ArticleNew Post: Publish a file with OfficialFile.asmx
From Stefan Bauer on Twitter: @sympmarc Have you ever tried to publish a file to SharePoint using web services? @sympmarc Upload to OfficialFile asmx /_vti_bin/officialfile.asmx actually the method...
View ArticleNew Post: Publish a file with OfficialFile.asmx
I can't recall having used this service, and it's not wrapped in SPServices, but it could be. Want to explain a bit more what you're doing? M.
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Hello, I just installed SP3 (i know, I'm a little late) and it seems to have broken my SPCascadeDropdowns... The js error I'm getting is on line 1476 of jquery.SPServices-2014.01.js "Uncaught...
View ArticleNew Post: Publish a file with OfficialFile.asmx
Hi Marc, thank you for your help. Let me first describe the setup. I use a document center and try to force the routing to the destination library. A normal update won't work to move the file. On a...
View ArticleNew Post: Publish a file with OfficialFile.asmx
Excellent! Would it be helpful to have this service in SPServices? M.
View ArticleNew Post: Publish a file with OfficialFile.asmx
Probably because with this web service you can handle the document routing in SharePoint really well once you have this running. In our case we us it to bulk submit documents out of the drop off...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
What browser are you using and what browser are they using?Also, are you going cross-domain? (Sounds like it based on the warning message)What errors are your users getting? (Check the console). Paul...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Place this alert instead:alert(typeof childColumns);Object is ok. But at that point in the code, it better be an array or else you get the error you are seeing.Also, what version of Sharepoint are you...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
we are all using IE8. I am going cross-domain, however that has not stopped myself & another user from submitting successfully. There are no errors upon submission (the browser doesn't indicate an...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
That is the same alert I did try. The result is still "object". As mentioned, this error started when I upgraded SharePoint 2010 from SP1 to SP2. Thanks for helping out with this. --mobrien118
View ArticleNew Post: GetListItems Syntax with Variable Subsite/Subfolder Location
I have a custom JavaScript-based page that allows users to create a list of links to files in other locations. I'm now looking for a way to provide the Modified date as additional information appended...
View ArticleNew Post: troubleshooting issue with SPServices / creating new list item
Yeah, think you are on the right track. Do the others users see the browser prompt/message for going cross domain?If remember correctly, if the user responds 'no' the first time, I thought that on...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Ok. So that is the problem, but I'm sure Mark will want more to figure out what's going on.Can you get the output this alert (this will only work from a browser that supports JSON object (ie8 and...
View ArticleNew Post: GetListItems Syntax with Variable Subsite/Subfolder Location
Your code to process the GetListItems result set is not correct. Take a look at the documentation page for that method which will have examples on how to process the...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
That alert returns "null" right before the function errors out. I'm using Chrome (newest) and have some experience writing and debugging JavaScript, although it has been a while since I have. The error...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Good info. How ever Marc is initiating childColumns is coming up as null. I don't have the code in front of me, but hang in there, Marc will get around to this. -- Paul T.-- Sent from Mobile
View ArticleNew Comment on "$().SPServices.SPFilterDropdown"
Mark, you've done some terrific work on this. It's greatly appreciated. I don't know whether SharePoint Online is just having a bad day but I've been getting an error with this function. Here are some...
View ArticleNew Post: SPCascadedDropdowns more then 20 items in different browser
Hello, I'm in trouble in finding informations about the exact limitations. Could somebody point me to the right way? My exact problem is: I use SharePoint Online. In one of my lists I use JQuery...
View Article