New Post: Cascading lookup - child drop-down not filtering
Hi Charles, I am in your debt! I modified your snippet to match my jQuery and SPServices locations, and fixed up my field names. Put that in another CEWP and it works like a charm. So now I have...
View ArticleNew Post: Getting additional profile fields that are synced with AD
Hi Thanks for the reply. Now, in my case I updated the company property in AD via PS script then did a sync with a custom property in Sp2010 though UPS When I go to Edit User Profile property for the...
View ArticleNew Post: Retrieving a User's Task List?
Does anyone have any guidance on constructing the proper CAML query for a "My Tasks" list?
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi Mark, At first I thought there might be a compatibility issue between the DFWP and the SPFilterDropDown function. But I discovered that it is actually an issue with the init_fields_v2() function of...
View ArticleNew Post: Retrieving a User's Task List?
Hi Carl, I rely heavily on CAMLDesigner. It's a great visual tool for building CAML queries. Cheers, Charles
View ArticleNew Post: Getting additional profile fields that are synced with AD
Not sure how you can do that (adding additional data to userdisp.aspx). Since that's no longer a SPServices question, if no one else has any feedback, I would suggest posting your question to...
View ArticleNew Post: Retrieving a User's Task List?
There is nothing special about a Tasks list. It's just a list at its core, so your CAML query will look like any other.What problem are you encountering?_____PaulSent from mobile device.
View ArticleNew Post: Getting additional profile fields that are synced with AD
Paul Thanks for your reply. I think that is a good suggestion. I will follow up and let you know. Daniel
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi again Charles, getting a SharePoint error: Error Failed to get value of the "Course" column from the "Lookup" field type control. See details in log. Exception message: Input string was not in a...
View ArticleNew Post: Cascading DropDown
Absolutly newbie trying to get Cascading DropDown working but it just won't work... No cascade when I choose Country... To keep it even more simple I'm trying with just one relation...and yes, I'v read...
View ArticleNew Post: Cascading DropDown
Any errors in the console?Everything looks ok on how you are calling it. Check the referenced to jQuery and SPServices and make sure they are ok.If it all checks out, try to change the UID of the List...
View ArticleNew Post: Cascading DropDown
Hi Paul, First thanks a lot taking your time to look into my problem here... I'v found two errors.. 1) using the Webdeveloper tool in IE and javascript:alert($.fn.jquery); which told me, that the value...
View ArticleCreated Unassigned: SPRequireUnique does not work [10172]
This is the code I am using on NewForm.aspx:```<script>$(document).ready(function() { $().SPServices.SPRequireUnique({ columnStaticName: "DLG_x0020_Reference", duplicateAction: 1, ignoreCase:...
View ArticleNew Post: Add support for jQuery NoConflict mode
I made it work. Please see at http://sharepointpapers.blogspot.ch/2013/08/nintex-forms-with-spservices-library.html
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
Any errors on the console? Any javascript exceptions? Also, just curious - if you were running this on SP2010, did it work there? I'm thinking this may be an IE change() event delay on the select...
View ArticleNew Post: does user have edit/create permissions on a list
It's been a while since I have worked with Mask values, so you will need to do some research on how to compare those... The approach is to:get the list of groups/people that have permissions to the...
View ArticleNew Post: SPServices.SPFilterDropdown not saving properly
I am currently using this function to filter the items available in a look-up column, which allows multiple values, that points to a parent list. The CAMLQuery works perfectly and filters out the...
View ArticleNew Post: does user have edit/create permissions on a list
I am going to look into this to see if I can figure it out. Thanks!
View Article