New Post: SPServices.SPFilterDropdown not saving properly
"<Eq><FieldRef Name=FieldName' /><Value Type='radio'>FieldValue</Value></Eq>" This says that you want to filter for items where the column FieldName has the value...
View ArticleNew Post: SPCascadeDropdowns get selected item ID
Thanks Marc, I thought by setting the property to "simpleChild: true " fixed that? This is where I get confuse, is that before the filter is applied? I know there is over 20+ items in the drop prior to...
View ArticleNew Post: SPCascadeDropdowns get selected item ID
When you set simpleChild: true, I hide the original complex dropdown and add a simple one with the same options to the page. The complex one is still there and I keep it up to date when you make a...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Christopher,Sorry for the delay. Like Marc, I tried with the exact versions that you have and it works. You may need to get into the code and insert breakpoint the analyze what's going on. Note: I'm...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
I just started using 1.10.2 with a project (SPServices 0.7.2 I think) and works ok this far as well._____PaulSent from mobile device.
View ArticleNew Post: Is it possible to use a variable to store the value pairs for a...
Michal,Did not know you could use CDATA when defining a value for update to a column. Good tip. Thanks for sharing._____PaulSent from mobile device.
View ArticleNew Post: Getting additional profile fields that are synced with AD
Marc Thanks for your explanation. The userdisp.aspx seem to be a fixed set of properties for those users who as you say have "touched" the site collection. Assuming, I can't add my custom AD property...
View ArticleNew Post: AnyOne tell me - How to add Reply to DiscussionBoard use SPServices
Almost there I guess.... Something goes wrong... Love this error message, no real info in it.<?xml version="1.0" encoding="utf-8"?><soap:Envelope...
View ArticleCommented Task: Make SPFindPeoplePicker Work with SharePoint 2013 [10174]
Good info here from Raghavendra Shanbhag:http://www.sharepointcolumn.com/sp2013-setting-people-picker-value-in-newform-aspx/Comments: Hi Marc , I was trying to use the code which was posted by...
View ArticleNew Post: Getting additional profile fields that are synced with AD
Assuming your getUPValue function works, that's the way to go. M.
View ArticleNew Post: Getting additional profile fields that are synced with AD
Mark Spot on, with GetUserProfleByName() I was able to locate the Company custom AD attribute . I didn't bother with the AcountName parameter which defaulted to my current user. I then copied the...
View ArticleNew Post: Is SPDisplayRelatedInfo able display to display the last approved...
I was wondering whether the SPDisplayRelatedInfo function is able to select the related info for the last approved version of a list item? On first impressions, it appears not, but was keen to know...
View ArticleNew Post: GetChildTermsInTermSet not returning anything on 2013.01
Hi, With jQuery 1.10.2 and SPServices 0.7.2, the following code works and returns terms fine, however, when changing to SPServices 2013.01, I get "error" Status and StatusText of "No transport". Any...
View ArticleNew Post: GetChildTermsInTermSet not returning anything on 2013.01
Got it, apparently a bug in 2013.01: https://spservices.codeplex.com/workitem/10165.
View ArticleCreated Unassigned: SPGetCurrentUser returns wrong data when fieldname setup...
__I used SPGetCurrentUser with the following values:__ currentUser = $().SPServices.SPGetCurrentUser({ fieldName: "Name", fieldNames : ["Name", "Department", "Work phone"], debug: false });__The JSON...
View ArticleEdited Unassigned: SPGetCurrentUser returns wrong data when fieldname setup...
__I used SPGetCurrentUser with the following values:__ currentUser = $().SPServices.SPGetCurrentUser({ fieldName: "Name", fieldNames : ["Name", "Department", "Work phone"], debug: false });__The JSON...
View ArticleNew Post: SPCascadeDropdowns get selected item ID
Hi Marc, sorry for the delay long weekend, I'm really new to JQuery and I'm not sure how to go about that? However heres what I did try: if($("[title='Parts']") != null){ alert(...
View ArticleCreated Unassigned: $().SPServices.SPListNameFromUrl failed sometimes [10176]
Hi. I encountered some issues with the $().SPServices.SPListNameFromUrl function because in SharePoint 2013 the list url can have another form.Traditionnal form...
View ArticleNew Post: Use GetList to retrieve document library template
Figured it out. Used templateUrl to build the correct anchor. My page now always contains a link to the most current version of the InfoPath form. function getTemplate() { $().SPServices({ webURL:...
View ArticleNew Post: Is SPDisplayRelatedInfo able display to display the last approved...
I would take a look at the GetVersions operation under Versions and then look at the MSDN documentation link from there. Maybe you can use your CAML on that SPServices op.
View Article