New Post: SPFindPeoplePicker
Phil: This function wont work on a DisplayForm, only on NewForm and EditForm, since the DisplayForm doesn't have the PeoplePicker. You've said that "there's nothing there when I do the...
View ArticleNew Post: Authentication string truncated and causing error Code 400
Hi, I really love your jQuery library and I have been using it without any problem with SharePoint 2007. Recently my company upgraded to SharePoint 2010 and I am noticing random errors with the SOAP...
View ArticleNew Post: Authentication string truncated and causing error Code 400
sbpanda: SPServices does nothing on the authentication front. The SOAP calls are constructed containing only the payload. The browser and server have the authentication "discussion" separately. There...
View ArticleNew Post: Authentication string truncated and causing error Code 400
Thank you Marc for a quick response. I really appreciate it. Now that you said that the authentication could be browser isssue, I will test the code on different browsers and post my observations....
View ArticleNew Post: Authentication string truncated and causing error Code 400
I doubt that it's the browser alone. It's usually something in the route. For instance, I've seen improperly configured F5s be a problem. M.
View ArticleCreated Issue: SPConvertDateToISO invalid TZD [10200]
Incorrectly producing formats like:2013-11-19T14:13:37Z-05:00Instead, this should be:2013-11-19T14:13:37-05:00
View ArticleCommented Issue: SPConvertDateToISO invalid TZD [10200]
Incorrectly producing formats like:2013-11-19T14:13:37Z-05:00Instead, this should be:2013-11-19T14:13:37-05:00Comments: Fixed in 2013.02ALPHA4
View ArticleNew Post: Are the codes here applicable to a customized SharePoint 2013...
Hi Guys, I have a vague memory of reading that these codes works on default sp forms but I'm not sure if it was worded as "also works" or "only works" with default forms. So for my own peace of mind,...
View ArticleNew Post: Are the codes here applicable to a customized SharePoint 2013...
Francis: As with all things, it depends. The SPServices value-added functions look for specific markup in the page to do their magic. In some of the functions, I try to spell this out so that you can...
View ArticleNew Post: Set/Change Column(s) value on new form based on Lookup Column
Alright, I managed to get it working using GetListItems function. Below is the code I used.<script type="text/javascript" src="../../Scripts/jquery-1.10.2.min.js"></script> <script...
View ArticleReviewed: SPServices 2013.01 (Nov 20, 2013)
Rated 5 Stars (out of 5) - This is just great!!!!! Thanks guys!
View ArticleNew Post: SPGetDisplayFromStatic All Columns
Is there a way to get SPGetDisplayFromStatic to simply return all columns into the collection? E.g. if columnStaticNames is set a specific way, or another property? It would save me a lot of typing...
View ArticleNew Post: Using SPServices for SharePoint Online
Hi all, Could you point me to any documentation about using spservices in SharePoint Online? My specific question (apologies if this is already posted elsewhere) is the proper way to use the library in...
View ArticleNew Post: Using SPServices for SharePoint Online
P.S. I neglected to paste in the two lines where I load the the JS from the document library.<script...
View ArticleNew Post: SPCascadeDropdowns - 1 parent; multiple children
hello marc: was wondering if there was any update on this. Using 2013.01 with jQuery 2.0. 1 parent with 2 child look-ups on a custom new form. Works fine on a custom edit form. On the new form only...
View ArticleNew Post: SpServices Starting a Workflow - Is ItemURL and ID necessary
Hello - Question on SPServices and StartWorkflow .... Is it required to have an itemURL and itemID (forgive casing on parms) ? I have a manual workflow on a list that has one initiation parmeter that...
View ArticleReviewed: SPServices 2013.01 (Nov 21, 2013)
Rated 5 Stars (out of 5) - Easily one of the most useful things I've ever implemented for SharePoint. Very powerful, and with excellent documentation and support on the project site. THANK YOU!
View ArticleNew Post: SPGetDisplayFromStatic All Columns
Chris: You can pass in multiple column names in the columnStaticNames array. if that's not enough, you might just want to call GetList yourself and parse the column info out. M.
View ArticleNew Post: SpServices Starting a Workflow - Is ItemURL and ID necessary
Jeff: The operation's requirements are determined by the underlying Web Services, i.e., Microsoft. You can try it, but as I remember those parameters are required. M.
View ArticleNew Post: Using SPServices for SharePoint Online
mrentropy: SPServices works exactly the some in SPO as it does on premises. I think your issue is that you aren't wrapping your script in $(document).ready(), so it may be running before the elements...
View Article