Quantcast
Viewing all articles
Browse latest Browse all 6517

New Post: SPCascadeDropdowns - 1 parent; multiple children

Thanks for getting back to me.

I’ve been reading your posts for so long it’s like talking to a celebrity. J

I’ve tried with various version of jQuery 1.10.x and 1.9x , same behavior.

Ultimately I need 1 parent and 4 children, which the same code below works on the edit form.

The new form has a tabs function and some conditional hides.

I stripped it down to just the code below, again same behavior.

<script type="text/javascript">

$(document).ready(function() {

$().SPServices.SPCascadeDropdowns({

relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",

relationshipListParentColumn: "Organization",

relationshipListChildColumn: "FullName",

parentColumn: "Organization",

childColumn: "Primary Contact",

debug: true

});

$().SPServices.SPCascadeDropdowns({

relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",

relationshipListParentColumn: "Organization",

relationshipListChildColumn: "FullName",

parentColumn: "Organization",

childColumn: "BidSubmitContact",

selectSingleOption: true,

debug: true

});

$().SPServices.SPCascadeDropdowns({

relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",

relationshipListParentColumn: "Organization",

relationshipListChildColumn: "FullName",

parentColumn: "Organization",

childColumn: "PreBidStartMeetingContact",

selectSingleOption: true,

debug: true

});

$().SPServices.SPCascadeDropdowns({

relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",

relationshipListParentColumn: "Organization",

relationshipListChildColumn: "FullName",

parentColumn: "Organization",

childColumn: "PreBidMeetingContact",

selectSingleOption: true,

debug: true

});

}); //End DocReady

</script>

Best Regards,

Michael C Burley

[email removed]

509-230-9543


Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>