Hello;
I would like to dynamically choose a lookup table for a dropdown list.
Similar to a cascading dropdown, but where the actual lookup table changes.
Consider the scenario...
Parent Dropdown options: Opt1 & Opt2
When Opt1 is chosen viewOpt1 populates the child dropdown
When Opt2 is chosen viewOpt2 populates the child dropdown
I have a workaround envisioned that entails adding many fields to the lookup table, and i would prefer to not un-optimize my app by doing that.
Does anybody know of a js that can help me with this?
Thanks!!