though if you just want to log the shape of the ja...
# suitescript
j
though if you just want to log the shape of the javascript object you can try
nlapiLogExecution('DEBUG', 'x', JSON.stringify(object));
/
log.debug({ title: 'x', details: JSON.stringify(object) });
👍 1