Commented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleNew Post: Task list hierarchies?
Any thoughts on this? When I bring up tasks in a view in SP2013 I see a distinct hierarchical and physical ordering. But, when I query via SPServices, they come in completely scrambled.
View ArticleNew Post: Task list hierarchies?
Your list view is probably sorted in its definition. -- Paul T.-- Sent from Mobile
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleUpdated Wiki: Lists
Web ServiceListsCertification See individual operations below.Supported OperationsNotesMany of the operations here accept a webURL option. This allows you to change the context for the Web Service...
View ArticleUpdated Wiki: GetAttachmentCollection
Function$().SPServicesWeb ServiceListsOperationGetAttachmentCollectionNotesThis operation accepts a webURL option. This allows you to change the context for the operation to a different site. Using a...
View ArticleNew Post: GetAttachmentCollection Example
Added the example to the documentation. I missed it the first time. Thanks, Matt! M.
View ArticleNew Post: Task list hierarchies?
No, there is no sort order for the list view define. There is some sort of "physical" order that's used by the task list, because in the keyboard shortcuts in the grid editing view, it provides a "Move...
View ArticleNew Post: SPServices.SPFilterDropdown Error
Your CAMLQuery needs to use the StaticName of the column. Odds are that in this case it is something like "Show_x0020_in_x0020_Dropdown", but it's hard for me to say. If you edit the column in the list...
View ArticleNew Post: Task list hierarchies?
This is just a shot in the dark, but can you try this URL and see if it matches your results?https://tenant.sharepoint.com/sites/bramer/_layouts/15/start.aspx#/_layouts/15/reorder.aspx?List={ListGUID}...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleNew Post: Task list hierarchies?
sympmarc -- no predecessors are difference. That's a dependency relationship. iOnline247 -- I'm unclear on what you wanted me to do the URL you sent; it doesn't connect to anything. I tried adding:...
View ArticleNew Post: Does GetListCollection support mutiple templates
If so, what is the syntax...... $().SPServices({ operation:"GetListCollection", async:false, completefunc: function(xData, Status) {...
View ArticleNew Post: SPServices.SPFilterDropdown Error
Marc, I changed the CAMLQuery and replaced the 'show in dropdown' with 'Show%5Fx0020%5Fin%5Fx0020%5FDropdown%5Fx00' and then tried "Show_x0020_in_x0020_Dropdown" as you recommended but I am still...
View ArticleNew Post: SPServices.SPFilterDropdown Error
You're close. 'Show%5Fx0020%5Fin%5Fx0020%5FDropdown%5Fx00' translates to: 'Show_x0020_in_x0020_Dropdown_x00' M.
View ArticleNew Post: Does GetListCollection support mutiple templates
If you want to select multiple elements in the XML, that's a jQuery question. Check out this page:http://api.jquery.com/multiple-selector/ M.
View ArticleNew Post: Task list hierarchies?
Can you post a screenshot somewhere so we can see what you're seeing? M.
View ArticleNew Post: Task list hierarchies?
I suppose I should clarify the link I put above:https://YOUR_TENANT.sharepoint.com/sites/YOUR_SITE_NAME/_layouts/15/start.aspx#/_layouts/15/reorder.aspx?List=YOUR_ENCODED_LIST_GUID Some work will be...
View Article