marc,
Been testing various configurations for CascadingDropdown and I recently tried using a multi-select parent with a single-select child. I basically took the code from a working single-parent/single-child script and replaced it. The Parent lookup works, but the child doesn't filter - just get (None).
Here's the specific code section:
relationshipList: "File Plan", // Relationship list name
relationshipListParentColumn: "FunctionalAreas", //Parent LU col in relationship list
relationshipListChildColumn: "Content%5Fx0020%5FTypes", //Child LU col in relationship list
relationshipListSortColumn: "Content%5Fx0020%5FTypes",
parentColumn: "FunctionalAreas", //Current list Parent LU col
childColumn: "ContentTypeLU" //Current list child LU col
TIA
PS: I'm still using the 2013.2 Beta - I'll update to the release and try again.
Been testing various configurations for CascadingDropdown and I recently tried using a multi-select parent with a single-select child. I basically took the code from a working single-parent/single-child script and replaced it. The Parent lookup works, but the child doesn't filter - just get (None).
Here's the specific code section:
relationshipList: "File Plan", // Relationship list name
relationshipListParentColumn: "FunctionalAreas", //Parent LU col in relationship list
relationshipListChildColumn: "Content%5Fx0020%5FTypes", //Child LU col in relationship list
relationshipListSortColumn: "Content%5Fx0020%5FTypes",
parentColumn: "FunctionalAreas", //Current list Parent LU col
childColumn: "ContentTypeLU" //Current list child LU col
TIA
PS: I'm still using the 2013.2 Beta - I'll update to the release and try again.