New Post: SPCascadeDropdown and SharePoint 2013
Marc Do you know when you will be able to support SharePoint 2013 with SPCascadeDropdown functionality? We have used your library extensively in SharePoint 2010, but now are in the planning phase for...
View ArticleNew Post: GetListItems
Can GetListItems be used on a custom column. I am trying to display a custom column that is a hyperlinked picture. I want to know if this can get that field and display it correctly.
View ArticleNew Post: Hide / Show fields in a user form Conditionally based on Cascade...
Hmmm...I don't think you need the "live' method. The 'change' method should work on its own. Also, declaring the var 'title' isn't necessary. That part isn't an issue for anything except saving you...
View ArticleNew Post: How to display all DispForm.aspx pages in a lightbox?
You might want to check out http://jqueryui.com/dialog/. That has a lot of cool features for building custom pop-up dialogs using jQuery. Geoff
View ArticleNew Post: GetListItems
You can retrieve any column in any list. You may need to parse the results so that they display correctly, though. In the case of a Hyperlink or Picture column, the result is: link, link text M.
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Pritam: It has worked in 2013 since day 1. M.
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Marc Thanks for the quick reply. What got us confused is that when you go to the SPServices.SpCascadeDropdowns documentation page, it says it is certified for SharePoint 2007 and 2010. There is no...
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Well, going back to 0.7.2 is going to give you other problems. For instance Office 365 Update Changes ‘Display Name’ on Required Fields. This will also hit you if you apply the December 2013 CU to...
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Marc For SharePoint 2013 do you recommend using SPService.2014.01? Also, sorry to be a pain, but what about the SpFindPeoplePicker? -Pritam
View ArticleNew Post: SPRedirectWithID - Can I delay the load of the Edit Page?
I hit this same issue sometime last year. Each row has a field that stores workflow status I think it's calledSPWorkFlowStatus. You need to check it for the desired state (probably complete). I just a...
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
I recommend 2014.01 regardless of SharePoint version. Is SPFindPeoplePicker not working in 2014.01 or is that issue in 0.7.2? M.
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Marc Per your suggestion, I have switch to SpService 2014.01 and jQuery 1.10.1 The SPFindPeoplePicker is still now working for me with SharePoint 2013. This is the code snippet which I have. The People...
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Any errors? Have you tried stepping through the code? M.
View ArticleNew Post: SPCascadeDropdown and SharePoint 2013
Marc There are no errors, but I did debug the SPServices2014.01 and what I see is that the piece of code below in "SPFindPeoplePicker' function does not work for SharePoint 2013....
View ArticleNew Post: SPDisplayRelatedInfo - DIV named improperly with Required field
Hi Marc, I believe I've found an instance in which the Office 365 Update Changes ‘Display Name’ on Required Fields issue is causing a problem. When using SPDisplayRelatedInfo (Sharepoint 2013,...
View ArticleNew Post: SPDisplayRelatedInfo - DIV named improperly with Required field
Thanks for the report, John. Is this causing you any immediate problems? I'll add it to the list for the next release. M.
View ArticleCreated Issue: SPDisplayRelatedInfo - DIV named improperly with Required...
From: https://spservices.codeplex.com/discussions/541645Hi Marc,I believe I've found an instance in which the [Office 365 Update Changes ‘Display Name’ on Required...
View ArticleNew Post: SPDisplayRelatedInfo - DIV named improperly with Required field
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: SPDisplayRelatedInfo - DIV named improperly with Required field
No immediate problems. The column in question can be changed to Optional without issue for now. Thanks - John
View ArticleNew Post: GetListItems
here is my issue. I can get it to work for title. How do I find the $(this).attr("Name") for the other fields $(document).ready(function() {//-----------SPSERVICES GET ALL LIST ITEMS FROM...
View Article