Discussions
Filter a multiselect field based on the first entry in that multiselect field?
Hey all,
Is there a way in script, or elsewhere, to filter a multiselect field such that if I first select partner record "Partner : Subpartner" to only have subpartners for the first partner as options?
For a more concrete example let's say I have the following partner records:
Bob's
Bob's : South
Bob's : North
Bob's : West
Tom's
Tom's : North
Tom's : South
And my multiselect field's source is the partner list. So if "Bob's : South" is the first value chosen in the multiselect, any further entries will be limited to subpartners on "Bob's". I'm thinking fieldChange code might do the trick, assuming it's possible.