New Post: SP2010 – Updating multiple list items
It's something like the latter, as you're grabbing the value from the DOM, not an item that exists in the list. M.
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
i tried that first, but that sorts the CHILD column by ID. i'm wanting to sort the parent column by its ID. parent column looks same as above screenshot, but now child column sorted by ID:
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
Oh, I'm sorry! I should read more carefully. I think this is what you need. $().SPServices.SPFilterDropdown({ relationshipList: "Work Phase", relationshipListColumn: "Title",...
View ArticleNew Post: SP2010 – Updating multiple list items
Ok thanks Marc. I'm going to take a stab at this. I appreciate your patience.
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
should that go above or below the CascadeDropdowns function? i've tried both but no luck. i've tried: (my parent list has no space in the name "WorkPhase". i've also tried the GUID)...
View ArticleUpdated Wiki: $().SPServices.SPFilterDropdown
Function$().SPServices.SPFilterDropdownCertificationFunctionalityThe SPFilterDropdown function allows you to filter the values available in a Lookup column using CAML against the Lookup column's source...
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
Based on what I can see, it should be: $().SPServices.SPFilterDropdown({ relationshipList: "WorkPhase", relationshipListColumn: "Title", relationshipListSortColumn: "ID", columnName: "Work Phase" });...
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
that makes sense. but, shoot. still no luck. i'll keep trying. i've tried placing the FILTER function above and below the cascade function -- makes no difference. $().SPServices.SPFilterDropdown({...
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
duh, sorry!! i did not place the (new) filter function INSIDE the (document).ready(function(). now all is working as it should! you are the master. :)
View ArticleNew Post: Sort Cascading Drop Down Parent Column by ID
Awesome. Sorry for the side trip above. M.
View ArticleNew Post: Create New Document Set using SPServices
simsol180: Are Document Sets enabled as a Content Type on your list? Document Sets are just glorified folders, really. When you open one, do you see the home page of the Document Set? M.
View ArticleNew Post: how can one get the specific reasons why a given person has been...
Mark: SPServices won't help you with this. If you think about it, the info you want to show on the page sort of reveals too much. If you don't have access then you shouldn't be able to see what groups...
View ArticleNew Post: How to call UpdateListItems from Link
Fantastic, thank you Matthew and Marc. With some fiddling, and realizing that the "not a function" error was because I wasn't loading SPServices in JSFiddle, I have this working in my DVWP. Below is...
View ArticleNew Post: SP2010 – Updating multiple list items
Ok, this is what I have, let me know what you think. I wasn't sure if I used the internal names on the correct fields or not:<script language="javascript" type="text/javascript" src="...
View ArticleNew Post: SP2010 – Updating multiple list items
Is it working? I'd avoid using the big, long ,hairy selectors. Those ids will change from one environment to another. Maybe:var PCRNumberMain = $("input[title='PCRNumberMain']");You'll need to inspect...
View ArticleNew Post: SP2010 – Updating multiple list items
Ok, I will give that a shot. I haven't had a chance to implement as of yet. Got tied up in some meetings. Thanks again. I will let you know tomorrow how it goes.
View ArticleNew Post: SP2010 – Updating multiple list items
Ok, so this is what I have currently. When I hit save, it does nothing. Doesn't even save the document. I have entered this into a CEWP. Is that an incorrect spot for a PRESAVE action maybe? Also, I...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Sorry, I'm not usually one to bump a thread, but it has been a month and I'm wondering if anyone else is having this issue or if it's just me. Again, the issue is that the (none) option is showing up...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Did you revert back to tan older version of SPServices? I haven't replied since you said you were going to try that. M.
View ArticleCommented Issue: SPArrangeChoices rearranges correctly but post back isn't...
From http://spservices.codeplex.com/discussions/437601SPArrangeChoices rearranges correctly but post back isn't sending values in IESPArrangeChoices is correctly rearranging my check box column but...
View Article