the odd thing is if i add the below line of code i...
# suitescript
g
the odd thing is if i add the below line of code in the script it does not error out
Copy code
log.debug('testData',Object.entries(systemData[k]);
Any ideas why this works but the forEach part does not in my script even though it runs in the debugger? Thank you
e
What does it log?
g
it logs data from an integration. Below is a sample from the Object
Copy code
[["@type","string"],["manufacturing_date","202121"]]