To pass javascript objects I usually make a long t...
# suitescript
j
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