Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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.
0