I need to validate a dropdown selection of a subli...
# suitescript
d
I need to validate a dropdown selection of a sublist and prevent users from selecting certain combinations. validateLine doesn't fire on drop-downs ... so, I guess my only option is fieldChange? To which I need to forcibly UNselect (rather than return a 'false'). Is that my only option?
z
validateLine is for entire line (OK button)