Is it possible to have 2 dropdown fields in which ...
# suitescript
r
Is it possible to have 2 dropdown fields in which the values of the 2nd dropdown field is dependent on the values of the 1st dropdown field? I'm thinking this on a Client Script. Thank you.
b
1
you wont get that from a scripted field so ideally you use a native field
1
if not, you basically have to implement the dependency yourself by using Field.insertSelectOption and Field.removeSelectOption
1