I have 2 drop downs that are dependent on each oth...
# suitescript
s
I have 2 drop downs that are dependent on each other. If either one's value is changed, it updates the value of the other. In this scenario, I'm working with a purchase order. If a department is selected, they want the department description to change (custom field) and vise versa. So I was thinking of sourcing one field, and for the description drop down, I need to do a lookup on the department and get the description. What is the best way to do this via SuiteScript? Above is what I have.