Quantcast
Browsing all 6517 articles
Browse latest View live

Closed Issue: Make SPComplexToSimpleDropdown Work in 2013 Publishing Pages...

At line 1762 in 2013.01, changed from: // Append the new simple select to the form $(columnSelect.Obj).closest("td").prepend(simpleSelect);to this: // Append the new simple select to the form. In...

View Article


Closed Issue: userToJsonObject userId broken in 2013.0.1 [10144]

There's a typo in this function that prevents returning of a valid userId.thisUser.**Id** should be thisUser.**id** instead.```function userToJsonObject(s) { if (s.length === 0) { return null;} else {...

View Article


Edited Task: Replace GetList/GetListItems Pairing Calls with...

It several places, I'm making a call to GetList to find out column information and then using GetListItems to get the items themselves. GetListItemChangesSinceToken accomplishes both in one call.

View Article

Edited Issue: SPArrangeChoices rearranges correctly but post back isn't...

From http://spservices.codeplex.com/discussions/437601SPArrangeChoices rearranges correctly but post back isn't sending values in IESPArrangeChoices is correctly rearranging my check box column but...

View Article

Edited Issue: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8...

From: https://spservices.codeplex.com/discussions/453302I am having an issue with SPServices CascadeDropdowns where the parent column is multiselect and the child column is multiselect. This is for...

View Article


Edited Issue: SPServices Cascading Dropdown not working [10196]

From https://spservices.codeplex.com/discussions/465575Test lists in my environment: Section, SubSection, DocumentType.-------------------I've spent the better part of 2 day's trying to get the...

View Article

Edited Issue: DeleteWeb needs_SOAPAction Value Incorrect [10192]

Needed to change from```WSops.DeleteWeb = [SITES, false];```to```WSops.DeleteWeb = [SITES, true];```

View Article

Edited Task: Replace SPCascadeDropdown Guts with Calls to SPFilterDropdown...

These two functions have duplicate code that can be shared.

View Article


Edited Feature: Expand SPServicesGetContext [10190]

Expand SPServicesGetContext to improve cross-version capability and expose as a public function.

View Article


Edited Task: SPFilterNode and node name mismatching [10186]

I've ran into this issue recently rolling my own AJAX calls. The nodeName returns as <Z:ROW ... /> instead of the normal <z:row ... />. I noticed this when testing browsers and have never...

View Article

Edited Feature: Get SPCascadeDropdowns Working with SharePoint 2013 Quick...

SPCascadeDropdowns does not work with the "Quick Edit" view - aka the new Datasheet view - in SharePoint 2013 as of SPServices 2013.01.

View Article

Edited Issue: SPServices.SPGetCurrentUser net error [10187]

Using SPServices-2013.02ALPHA3/jquery-1.10.2 I found that I was getting a network error (sorry, I didn't copy it) in the status text returned by the ajax call in line 2302. Looking at the URL, I saw...

View Article

Edited Issue: async on version 2013.01 and caching [10182]

From https://spservices.codeplex.com/discussions/444799Marc,This is going to be long… I did not want to post yesterday night because I wanted to first do some testing so that I could prove my...

View Article


New Post: SPServices v2013.02 Fails with error currentContext.thisSite is...

Marc, Yes, that matches the SP2010 environment I have access to. Thanks. Paul.

View Article

New Post: SharePoint 2010 - Query to lists having over 5,000 items

:) Cool. Thanks Marc for posting back. _________Paul T

View Article


New Post: SharePoint 2010 - Query to lists having over 5,000 items

Cannot wait to read it because I might get to that limit at a customer soon. Thanks for the follow up.

View Article

Commented Unassigned: SPFindPeoplePicker max length at one time [10210]

Hello,I would just like to say this is a great tool! There is just this one issue I have found.Basically, I query the UserInfo list to get all the employees under X manager. Then I put each user name...

View Article


New Post: SPServices v2013.02 Fails with error currentContext.thisSite is...

I'm stuck in upgrading from Win7 to Win8.1 hell at the moment, but I plan to get a fix out ASAP. I'll need to change the ajaxUrl construction, too. I can't believe I missed this. M.

View Article

New Post: SharePoint 2010 - Query to lists having over 5,000 items

BTW, I was uploading some data from an Excel Spreadsheet. There's a Catch-22 there: if you upload from the spreadsheet you can't index a column (assuming you're over the 5000 item limit), and if you...

View Article

Commented Unassigned: SPFindPeoplePicker max length at one time [10210]

Hello,I would just like to say this is a great tool! There is just this one issue I have found.Basically, I query the UserInfo list to get all the employees under X manager. Then I put each user name...

View Article
Browsing all 6517 articles
Browse latest View live