Unfortunately the buttons I'm working with are dyn...
# suitescript
e
Unfortunately the buttons I'm working with are dynamically generated on the client-side in response to a
fieldChanged
, so I don't have access to the
serverWidget
module, nor can I run anything on
ready()
because the buttons don't exist yet =/ Still an interesting idea using the
require()
to pull it in at runtime. Trying to work with that a bit more