Commented Unassigned: Install Issue 'NWF$' is undefined [10270]
I am trying to get SPServices to work in my SP2010 farm and have edited a master page so it is included to every page.I have the Jquery-1.11.1.min.js loading before the SPservices-2014.01.min.js...
View ArticleNew Post: SPRedirectWithID not working with SharePoint 2013
I'm not positive I've done any testing with this function in 2013. Do you get any errors? Is there any other info you can add that might help? M.
View ArticleNew Post: Problems adding items to list on anonymous site.
Hi All, I've inherited some work done at a client site using this tool, I have no experience of it myself. Essentially the solution is for booking courses, and those bookings are list entries. The...
View ArticleNew Post: SPCascadeDropdowns not saving one field
Hi, We have an edit form where we use 3 cascading drop-downs. Level type filters Zone, Zone filters Section, and Section filters Artifact. All works perfectly and filtering works as expected - except...
View ArticleNew Post: Creating new discussion thread
First time using SPServices and jQuery, so apologies if this is a real newbie question ... Am trying to create a new discussion thread and it seems to work for the most part: function...
View ArticleNew Post: Creating new discussion thread
Actually, as soon as I posted this, I took a shot in the dark and apparently hit the mark. :-\ I noticed a return parameter called ows_BaseName had the '6_.000" value, so since that sounded plausible,...
View ArticleNew Post: Issues Cascading 2 MultiSelects
sympmarc wrote: Any combination of multi-select, complex, or simple dropdowns ought to work. M. Verified, Marc. I had an invalid column name for the ChildColumn - its now working. Great tool!
View ArticleNew Post: $SPGetCurrentUser for custom columns
We have a custom "division" column added to Active Directory, and we were wondering if we can pull that information using SPGetCurrentUser. Does it support custom columns?
View ArticleNew Post: $SPGetCurrentUser for custom columns
Nevermind I found the answer in the documentation as I posted this. Can I delete this?
View ArticleNew Post: Document Set Creation Error
First, an apology, this question probably does not directly involve SPServices, but I've gotten such good SharePoint advice here, I thought I'd ask. We have an odd error that we're having trouble...
View ArticleNew Post: Need "DeleteWebPart" and "SaveWebPart2"
Hi, Please add the "DeleteWebPart" and "SaveWebPart2" functionality: WSops.SaveWebPart2 = [WEBPARTPAGES, true]; WSops.DeleteWebPart = [WEBPARTPAGES, true]; case "SaveWebPart2": addToPayload(opt,...
View ArticleNew Post: Edit a field when a date field is updated
Hi everybody, First of all thanks for this work who looks amazing even if i just started looking at him. I 'm here because i have needs related to a list. In this list i have a date Field and i want to...
View ArticleNew Post: SPServices AddAttachment to a List Item FROM an SP Library vs. a...
Hello - I have a customer who desires place a single file into a Library to be able to version control that file as the "source template" for attachement. Whenever a user creates a new item in List-A,...
View ArticleNew Post: Is there such a thing as PostSaveItem or its equivalent?
I've created a PreSaveItem() function to do a bit of pre-processing on the default create/edit form for a document library which works just fine. But is there a post-save equivalent? I need to create a...
View ArticleNew Post: Having difficulty creating new subfolder in document library
I'm trying to use SPServices to create a new folder in a specific library. I'm using examples from other discussions here, but it's not working - the folder never shows up in the destination library. I...
View ArticleNew Post: SPGetListItemsJson not using defaults.webURL
I am attempting to call the SPGetListItemsJson method with a default webURL, and it is not working. I am using version jquery.SPServices-2014.01 on a 2012 TFS server. I noticed in the source...
View ArticleNew Post: Having difficulty creating new subfolder in document library
You may need to include the "Title" argument in the xml string you're sending such as...var strFolderTitle = "New Item Title"; var strFolderBaseName = "SomeFolder/A Sub-Folder/" + strFolderTitle;...
View ArticleNew Post: Deleting items in SPServices
Is there a way to replicate SPListItem.Delete in SPServices? That functions to permanently delete a list item rather than sending it to the recycle bin.
View ArticleNew Post: Having difficulty creating new subfolder in document library
I figured out both issues eventually. It's working as advertised now. I updated each issue with the fix, just in case anyone else needs the info.
View ArticleNew Post: SPServices AddAttachment to a List Item FROM an SP Library vs. a...
I know its possible to get the file from a Document Library with SPServices. Take look through these to see if you find...
View Article