Created Feature: Site Data Service support for GetURLSegments operation [10241]
From https://spservices.codeplex.com/discussions/532169#post1209033Hi Marc...This weekend I had the following use case: Get the List name (or ID) for a given List item using its URL. I found that the...
View ArticleNew Post: Site Data Service support for GetURLSegments operation
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Error after UpdateListItems - The file has been modified by...
I have a document library (sharepoint server 2013 + sharepoint designer 2013), which can be uploaded documents. I created a column (AssignedCustomers) with multiple choice (checkboxs) for customers so...
View ArticleNew Post: Error after UpdateListItems - The file has been modified by...
You can't add arbitrary values to the checkbox column because of the form digest. Basically, the form digest stores the "state" of things when the form loads. If you add customer values that aren't...
View ArticleUpdated Release: SPServices 2014.01 (Feb 18, 2014)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleEdited Feature: Add new objectType to SPXmlToJson for text columns containing...
Sometimes we may store JSON as text in a list column. Maybe something like this in a column called PerformanceMetrics:``` json{"competency": "Auto Painting","subCompetency": "Dent...
View ArticleUpdated Release: SPServices 2014.01 (Feb 19, 2014)
See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function Description ALPHA1 10216$().SPServices.SPGetListItemsJson New Function: SPGetListItemsJson ALPHA1...
View ArticleReleased: SPServices 2014.01 (Feb 19, 2014)
See all items in the Issue Tracker here.New FunctionalityAlpha Issue Tracker Item FunctionDescription ALPHA1 10216$().SPServices.SPGetListItemsJsonNew Function: SPGetListItemsJson ALPHA1...
View ArticleUpdated Release: SPServices 2014.01 (Feb 19, 2014)
See all items in the Issue Tracker here.New Functionality Alpha Issue Tracker Item Function Description ALPHA1 10216$().SPServices.SPGetListItemsJson New Function: SPGetListItemsJson ALPHA1...
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
I'm having problems using this due to a recent security restriction for the application pages. How can I get this information if the 'View Application Pages' permissions are not checked?
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
The application pages need to be restricted on an external facing site. We don't want external users getting to anything under the Layouts folder. Especially aclinv.aspx
View ArticleNew Post: Error in SPFilterDropdown
Yeah, that needed to be fixed, but after doing so, I still get the error regarding the 'Title' field not being present in 'Master List'. Are there any prerequisites that I'm not meeting in regard to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleCreated Unassigned: Cascade Dropdown not working [10242]
I have 2 lists. 1. Products - Title column is a list of products2. Types - 2 columns. Title is the type of Products and Product is a look column pointing to the Products list. I am working on a picture...
View ArticleClosed Unassigned: Cascade Dropdown not working [10242]
I have 2 lists. 1. Products - Title column is a list of products2. Types - 2 columns. Title is the type of Products and Product is a look column pointing to the Products list. I am working on a picture...
View ArticleNew Post: Cascade Dropdown not working
I have 2 lists. Products - Title column is a list of products Types - 2 columns. Title is the type of Products and Product is a look column pointing to the Products list. I am working on a picture...
View ArticleNew Post: Cascade Dropdown not working
What version of SharePoint and SPServices are you running? Have you read this post?http://sympmarc.com/2014/01/23/office-365-update-changes-display-name-on-required-fields/ 2014.01, which I just...
View ArticleNew Post: SPCascadeDropdowns on SharePoint Online
Hi All, Can anyone confirm if jQuery and SPServicesworks on SharePoint Online (SPS 2013 tenant)? If yes my problem is as follows. Could somebody help me? I'v created four lists:Regions: Title field...
View ArticleNew Post: SPCascadeDropdowns on SharePoint Online
See if this applies to you:Office 365 Update Changes ‘Display Name’ on Required Fields I released 2014.01 today with fixes. M.
View ArticleNew Post: SPCascadeDropdowns on SharePoint Online
Thank you for the reply! Please confiem if I am correct. Should I only correct my fields name? Or list names too? Should I change my main script to this: // Set up the cascade from Region to State...
View Article