In a suitelet, I have a SELECT that needs to contr...
# suitescript
d
In a suitelet, I have a SELECT that needs to control the options available on another select in the same suitelet… is there a way to contain this logic inside the suitelet itself or do I need to create a clientscript that runs on top of the suitelet?
b
That would indeed be a client script
by attaching it onto the Suitelet via the clientScriptModulePath
l
a
I believe it will also work for external suitelet ? @Lea CC @Budy Sutjijati
b
Yes