New Post: SPFilterDropDown with Checkboxes
If you've got a parent/child relationship, then you should probably use SPCascadeDropdowns rather than SPFilterDropdown. M.
View ArticleNew Post: SPFilterDropDown with Checkboxes
Hi Marc, The parent/child is on the lookups. The checkbox column is not a lookup to the Materials list. Should it be? Currently it's a copy of those items in multi-checkbox format, instead of dropdown...
View ArticleNew Post: SPFilterDropDown with Checkboxes
I'm not sure where the checkbox comes in. M.
View ArticleNew Post: SPFilterDropDown with Checkboxes
I'm trying to use the checkboxes to filter the lookup. The checkboxes are for Material Categories. When you check a box, I'd like the multi-select options to only show for the category or categories...
View ArticleNew Post: Sorting is not working when it is required field
When you're setting up properties for a "Lookup" field type, setting a default is not an option. I believe SharePoint does this because it can't guarantee a user won't delete that value from the...
View ArticleNew Post: SPFilterDropDown with Checkboxes
Can you post a screenshot somewhere? I'm having a tough time picturing it. M.
View ArticleNew Post: SPServices.SPGetCurrentUser returns null when [Manager] is the...
Context: SharePoint Online Manager Property is set and accessible (InfoPath gets it) var userManager = $().SPServices.SPGetCurrentUser({fieldName: "Manager"}); Issue: userManager==null
View ArticleNew Post: SPServices.SPGetCurrentUser returns null when [Manager] is the...
The documentation on GetCurrentUser makes no mention that Manager is a field that can be retrieved by the function.
View ArticleNew Post: SPServices.SPGetCurrentUser returns null when [Manager] is the...
I see it. I was debugging and thinking..... There's a way to resolve it (it should be updated to get an array of properties): function GetProfilePropertyValue(userId, propertyName) { var retVal;...
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
How to pass this variables to specified columns
View ArticleCommented Feature: Query Options for Cascade Drop Down [10105]
From: http://spservices.codeplex.com/discussions/397146Okay, here's what I changed to allow people to add any query options they want. I created this as a patch in WinMerge. So, to translate, that...
View ArticleNew Post: Sorting is not working when it is required field
Thanks Geoff , it was really helpful Thanks Bindu
View ArticleNew Post: SPCascadeDropdown page refresh again...
Hello, I know this topic has been covered several times already but I think my scenario is slightly different? I have a custom form with several text fields and 8 lookup fields to multiple libraries....
View ArticleNew Comment on "$().SPServices.SPDisplayRelatedInfo"
Can I just check that this will work where the colName is a lookup column in another list? I've put this into my New Form but absolutely nothing happens. I've tried to get it to throw errors no matter...
View ArticleNew Post: SPFindPeoplePicker checkNames callback
I am trying to use the SPFindPeoplePicker control to maintain a meeting event. This event has a an Attendees field as well as a specific Presenter field. We need to ensure that the user specified in...
View ArticleNew Post: SPFindPeoplePicker checkNames callback
You'd need to bind the function to either the blur event of the last people picker on the form or on a different field or in a PreSaveAction function if you are trying to do a validation against the 2...
View ArticleNew Post: SP2010, CAML Joins, and GetListItems
Has anyone used CAML Joins and SPServices to fetch data from associated lists? While a single GetListItems works currently, it has to process 2 additional GetListItems on subsequant lists to fetch...
View ArticleNew Post: Cascading dropdown is not filtering
Hi, I am trying to set up cascading dropdowns in a list and it's not at all filtering the options and am not sure what i am doing wrong here. I tried so many ways as per google but no luck. It will be...
View ArticleNew Post: Cascading dropdown is not filtering
You need to either update jQuery to a newer version or rollback SPServices to a later version. Give that a shot and let us know. Cheers,Matt
View ArticleNew Post: Cascading dropdown is not filtering
Thanks Matt for your response. I updated Jquery to latest version but i did not help me so i rolled back SPServices to lower version which is 0.7.0.min.js and it worked like a charm. Thank you very...
View Article