Hello, did anyone encounter this type of error in ...
# suitescript
k
Hello, did anyone encounter this type of error in Restlet
[com.netsuite.suitescript.scriptobject.ScriptNullObjectAdapter
] ?
e
I’ve seen that error for UE scripts but I’m not sure what it is pertaining to.
k
So weird and couldn't find out. we are receiving data as array from outside application to process updates in system and thought it might be related to empty array and causing issue where I put Array.isArray() function to check whether array or object.
e
Are you using SOAP? I suspect it’s from web services
b
adapters are likely what suitescript 2.1 names its classes responsible for converting a javascript object to a Java object,
so you probably have a null parameter to a function somewhere that suitescript 2.1 doesnt know how to handle
you can probably use suitescript 2.0 to avoid the problem
845 Views