Hi all,
I'm hoping someone with more javascript knowledge than me can help. I've been following the instructions on the MSDN sample to create Dependent OptionSets (https://msdn.microsoft.com/en-us/library/gg594433.aspx) on my Account entity. I've managed to implement this successfully, however I am having a bit of trouble with utilising it twice on the same form.
To give a brief overview: We currently have a "Region" and "Sub-Region" selector on our account form, and the "Sub-Region" OptionSet is filtered dependent upon the "Region" selected. I've managed to get this working by following the instructions in the MSDN sample.
I've now been requested to add a filter to select a business type based on 3-tiered options (i.e. Selecting a Tier One option filters the Tier 2 options, which then filters the Tier 3 options). Again I can get this to work following the instructions in the MSDN sample.
My problem: I cannot get both dependent OptionSets to operate on the same form. I am assuming it is a function conflict, but my java skills are fairly limited so I'm hoping someone can offer some advice
Thanks,
Ryan