Hey folks, how do you usually get needed data to a...
# suitescript
n
Hey folks, how do you usually get needed data to a client script from a Suitelet? Let's say I use form.clientScriptModulePath to add a client script to my SL form, if I for example need data in my CS that I can only get from APIs supported only on server-side scripts, I wanna get that data in my SL and somehow use it in my CS, N/cache won't work as it's server-side only. Anyone had a need for this? What would be a good way to solve it? I guess one way would be to do calls to the SL and request that data.. but is there any other way?