Is there a way to call a module fn client-side, sa...
# suitescript
j
Is there a way to call a module fn client-side, say for example on click of something? I have a dom element I’m adding that has an onclick event that should call a module fn. E.g. onclick=“module_ui.myClickyThing();”