Join Slack
Powered by
`getStackTrace` returns `String[]` so in `nlapiLog...
# suitescript
e
erictgrubaugh
03/10/2017, 12:01 AM
getStackTrace
returns
String[]
so in
nlapiLogExecution
you may need to play around with the formatting, maybe try
JSON.stringify(err.getStackTrace())
👍 1
Open in Slack
Previous
Next