<@U2CQPCRFT> With 2018.1 NetSuite announce that cl...
# suitescript
a
@aaz With 2018.1 NetSuite announce that client script would be available on external suitelets but I did not tried it yet, not sure if they need to be include in a different way or something. If you are using getValue and then sending that then you will get only the value in the other side, if you are sending a post you may need to build the object with text and value and send it on your post request.
a
I have tried conventional way of calling the script using the form.setScript('idofscript') but it is not working
I haven't tried adding the function or script as lib to leverage the client events
Probably that may work - Will update if I ever need to call the client
I have different question with respect to Post of data - will add in main thread
a
That is not the right way to include a clientScript into a suitelet I think, at least no the API way...