New Post: SPGetCurrentUser and Manager Field
Is there a way to retrieve the manager field using SPGetCurrentUser? Through User Profile Services I have the Manager field mapped properly to my Active Directory and it imports properly but it returns...
View ArticleNew Post: SPServices Cascading drop down IE Issue
Hi , for me Cascading is not working after CU Update. I tried taking the latest script jquery.SPServices-2014.01 and jquery-1.11.0.min however still it is not working with reqruied fields. Is this...
View ArticleNew Post: SPGetCurrentUser and Manager Field
As you noted, SPGetCurrentUser "scrapes" the values from userdisp.aspx. Manager is not one of the fields available on that page. Instead, make a call to the UserProfileService, specifically...
View ArticleNew Post: SPServices Cascading drop down IE Issue
jquery.SPServices-2014.01 is supposed to have a fix to handle the recent changes to the title attribute in Office365 and SharePoint 2010 with the December 2013 CU....
View ArticleNew Post: Any solution that will limit the number of times an item can be...
It would be a matter of calling GetListItems to retrieve all of the prior responses, counting the number of times each choice has been selected, and disabling the choices where the maximum has been...
View ArticleNew Post: Multiple Select ParentColumn?
Does this work if the ParentColumn on the form is set to allow multiple items? If so, I can't get it to work on my site.<script language="javascript" type="text/javascript"...
View ArticleNew Post: Multiple Select ParentColumn?
Timothy: Yes, it's supposed to work with any combination of column types, as I show in the documentation. It could be the structure of your Supplier Locations list. I would usually use Title for the...
View ArticleNew Post: Multiple Select ParentColumn?
I renamed the Title column in Supplier Locations to Location Name, to make it clearer/simpler for my users. I don't get any debug pop-ups. I did initially when I accidentally gave it the wrong GUID,...
View ArticleCreated Unassigned: Does $().SPServices.SPGetCurrentSite work with Friendly...
Hi MarcI have a SP2013 site with a friendly url http://www.somewhere.com/op-proceduresWhen in this site, I call $().SPServices.SPCurrentSite() and I get the response back http://www.somewhere.com...
View ArticleNew Post: How to display related Information of field
I have a custom list (Client List) in top level site with Fields Client ID (text field), Client Name, Industry Sub level and LOB Name (these are look up columns). I have another custom list (Voice Of...
View ArticleNew Post: How to display related Information of field
Take a look at the function SPDisplayRelatedInfo. It can pull the data from the Client list for you. Then you can post-process the info however you choose. M.
View ArticleCommented Unassigned: Does $().SPServices.SPGetCurrentSite work with Friendly...
Hi MarcI have a SP2013 site with a friendly url http://www.somewhere.com/op-proceduresWhen in this site, I call $().SPServices.SPCurrentSite() and I get the response back http://www.somewhere.com...
View ArticleNew Post: Multiple Select ParentColumn?
That warning message is something else, so not part of this issue. If you've renamed the Title column, then its StaticName is still Title. So the line:relationshipListChildColumn:...
View ArticleNew Post: Hide / Show fields in a user form Conditionally based on Cascade...
I'm wondering how I can get this type feature to work while utilizing the cascading options feature as well as the complex to simple pulldown. $('select[id$="Report_Type"]').live("change", function(){...
View ArticleNew Post: SPAutocomplete with Text Filter Webpart
I'm trying to use the SPAutocomplete function with a Text Filter Webpart to search through text titles in a list. The autocomplete actually works fine however when I select the list item I want to use,...
View ArticleNew Post: SPAutocomplete with Text Filter Webpart
I don't see an call to SPAutocomplete in your code above, but can assume its there. If you're doing a postback, then SPAutocomplete is going to simply reinitialize upon page reload. It doesn't know...
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Hi , Please find below my issue and scenario explanation. Since i have no option to attach the text file . I am posting the entire scenario and clear explanation. Here is the clear explanation.. I have...
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Sandy: My first suggestion would be to upgrade to SPServices 2014.01. You're quite a few versions back. BYW, you can use the listName (like "Tally") rather than the GUIDs. It makes your code more...
View ArticleNew Post: SPAutocomplete with Text Filter Webpart
Marc, thanks for your speedy reply, yes the call is there and works well. The postback is part of the Sharepoint Text Filter webpart. I'll check out a few other options. Thanks AJP
View ArticleNew Post: Using AddView to create a new view for a calendar
Further to my initial post, I have now discovered that simply being able to base a new view on an existing calendar view (however useful that may have been) wouldn't help in this situation. My new page...
View Article