New Post: Using SPService to delete items in a separate site collection
Hi Marc, I wanted to know if it is possible to delete items on a list sitting on a separate site collection to where you are running the script from. Forget about why I want this done. I have been...
View ArticleNew Post: SPXmlToJson with variable
I am attempting to use SPXmlToJson in conjunction with a GetListItems which worked great however; I am in need of allowing my function to dynamically pull from different lists based on a user input....
View ArticleNew Post: Function to sum list column; use sum as variable in...
I have a list with 4 rows and 4 columns:CompanyAllocatedDollarsTotalDollarsAllocated % Is there a function or approach I can use to get the total of the AllocatedDollars column, and then use...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
I've been working on this for hours now, and I connot get it to work. Clearly my references are incorrect, becasue I keep getting a "SCRIPT5009: 'childColumnStatic' is undefined...
View ArticleNew Post: AddPermission to folder
Well - I've done an awful lot of research and it seems there is no web service to do this. Two options:Create a custom webservice. I don't know how to do this, I don't have VisualStudio or any...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
I've been working on this for hours now, and I connot get it to work. Clearly my references are incorrect, becasue I keep getting a "SCRIPT5009: 'childColumnStatic' is undefined...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Thanks for all your hard work on this project! Sadly, I've been working on this for hours now, and I connot get it to work. Clearly my references are incorrect, becasue I keep getting a "SCRIPT5009:...
View ArticleNew Post: Using SPService to delete items in a separate site collection
By putting$.support.cors = true all I get is Status as error. Remember that both my site collections are in the same Office 365 tenant. Has anyone done this before?
View ArticleNew Post: getting Display names of columns
You can call the GetList operation to get all of the information about a list. M.
View ArticleNew Post: SPFindPeoplePicker
Hi Marc, I am trying to use this function with a PeoplePicker not generated by a list (it's not in a list form).. What parameters/code would I need to be able to specify the DisplayName on the...
View ArticleNew Post: SPCascadeDropdowns: Can this be used in a publishing page layout?
Hi, I have successfully implemented the SPCascadeDropdowns script within the NewForm.aspx page of a list but I've been unsuccessful implementing this within a page layout content type. I have added the...
View ArticleNew Post: Strange behavior withsome method and getting 'childColumnStatic'
This morning I'm trying to use at the first time, the following utility:$().SPServices.SPCascadeDropdowns But I'm receiving this response:'childColumnStatic' is undefined Trying to debug the code I'm...
View ArticleNew Post: SPFindPeoplePicker
Mic: Can you explain a little more about where the People Picker is? I can't think of a place other than a list form where it could be. M. p.s. It's usually best to start a new thread for a new...
View ArticleNew Post: SPXmlToJson with variable
scottptsn: I banged together this simple example. I think it should give you enough to go on. $().SPServices({ operation: "GetListItems", async: false, listName: "Announcements", CAMLViewFields:...
View ArticleNew Post: Function to sum list column; use sum as variable in...
I'll step in for the easy part:<input type="button" value="Update Percentages" onclick="javascript: yourFunction();" /> M.
View ArticleNew Post: Using SPService to delete items in a separate site collection
Have you looked at the Web traffic to see what the error is? M.
View ArticleNew Post: SPCascadeDropdowns: Can this be used in a publishing page layout?
Martin: The function looks for specific markup in the page, and the markup in your page layout undoubtedly doesn't match that. If you look into the SPServices code as the DropdownCtl function, you can...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
Can you show the code you are using? I'm not sure why your users would ever need to type the URL at all. It's more of a "configure and leave it alone" thing. M.
View ArticleNew Post: Function to sum list column; use sum as variable in...
Thanks! I’m new to jQuery and wasn’t sure exactly how everything hangs together.DaveFrom: sympmarc [email removed]Sent: Friday, February 22, 2013 11:55 AMTo: dg_moore@comcast.netSubject: Re: Function...
View ArticleNew Post: AddPermission to folder
You're right that there isn't a Web Service operation for this. Depending on how many folders you are thinking of and why, you might want to consider separate Document Libraries instead. Item level...
View Article