Join Slack
Powered by
To pass javascript objects I usually make a long t...
# suitescript
j
jkabot
08/14/2018, 2:14 PM
To pass javascript objects I usually make a long text field (which IIRC has space for 1 million characters), and put the value in there using JSON.stringify. Then when you take it out, do JSON.parse to recover the object
Open in Slack
Previous
Next