New Post: AddPermission to folder
You may be able to use JS CSOM and still apply permissions to your folders/items using this class:http://msdn.microsoft.com/en-us/library/ee659610(v=office.14).aspx I haven't tried it but it looks...
View ArticleNew Post: Need Help Using UpdateListItems
Great solution from Gkoliver, just to add though I believe Sharepoint requires the time values to be double digits and when saving to a Sharepoint list I received errors when the seconds were in single...
View ArticleNew Post: Need Help Using UpdateListItems
One more point for anyone coming across this useful function, the getYear() will not work with new browsers and has been replaced with getFullYear() so replace that in gkoliver's function or Sharepoint...
View ArticleNew Post: Need Help Using UpdateListItems
hmm... iam using SPS 2010 and browser Google Chrome Version 25.0.1364.97 m, IE 10.0.9200.16484 - all works fine..
View ArticleNew Post: Need Help Using UpdateListItems
I had issues with Firefox and presumed so not sure which browsers it doesn't work in getYear() is deprecated though so definitely worth replacinghttp://www.w3schools.com/jsref/jsref_obj_date.asp
View ArticleNew Post: Need Help Using UpdateListItems
For some reason I cant edit my posts!! Link is meant to be thisgetYear() deprecated
View ArticleNew Post: GetGroupCollectionFromUser - user permission
I'm running the check-for-user-in-group from xslt within the people.aspx page and running into something I'm not sure about. If the logged-on user running the page does not have at leaset "Design,...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
Trying to debug a bit more, I have the following result when using Google Chrome Browser: By this message, it's trying to make a cross-site access (remembering that URL address points to the same site...
View ArticleNew Post: SPDisplayRelatedInfo supporting hyperlinks
Hi Marc. I can probably be a lot more succinct than that now. I solved the issue. Originally the Map field was named Google Map which gave me the error. Each time I removed that field the info would...
View ArticleNew Post: Dropdown field sending null on form submission
Happy Monday! That snippet works perfect! Here's the full snippet that sets the value, hides the field in the form and allows the data to be submitted to the list. Thanks again!<script...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
I think it's a setup thing on your end. SPServices looks at the URL to figure out what the current site is. With either URL, it ought to decide what the site is just fine and be able to make its calls. M.
View ArticleNew Post: Dynamic CAMLQuery
Please can you explain me how I can do that?... I can't put dynamic CAMLQuery. I set a variable MyVar = 1; and always search with 1. CAMLQuery: "<Leq><FieldRef Name='LimiteAsistentes'...
View ArticleNew Post: Deleting programatically created column
I have created a column programatically but I m not able to delete it either programatically or through UI. Please help. The code is below: var sn="Name"; var dfields="<Fields><Method...
View ArticleNew Post: Treeview from MOSS 2007 List
Help! I'm trying to create a tree view (in a web part) from data contained in a custom list (called FilePlan). The list contains a parentID, ChildID and Name fields (amongst others). I have searched...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
Thanks Marc! As soon as I solve, I'll post here :)
View ArticleNew Post: Treeview from MOSS 2007 List
I've built this out using JS CSOM, not SPServices b/c the web services can't handle folders correctly. To date, this is the only tree view library worth anything to write...
View ArticleNew Post: SPCascadeDropdowns: Can this be used in a publishing page layout?
Thanks for your reply. From using firebug I can see that the markup is different: NewsForm.aspx... PARENT:<select title="News Category"...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
Finally solved! I changed the alternate access mapping configuration before to support forward to full domain URL, as you can see the following image: Using this configuration, when user types...
View ArticleNew Post: Function to sum list column; use sum as variable in...
Thanks for all your help and suggestions - I'm pretty close now. My code and library references (jquery-1.4.1.min.js, jquery.SPservices-0.7.2.js) are all in a text file addressed from a CEWP on my...
View Article