My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hello ndouba, Are you able to point me to some examples? I'm reading the part in the SuiteScript Developer & Reference Guide and have come across a strange issue. For example if make testFunc(datain) and a querystring like &foo=bar, I find that datain.foo is undefined. However if I do datain.toString() or…
-
Okay I have figured it out, posting this in case anyone else has the same problem. I am using Postman as my REST debug client. Because it's a GET request I didn't bother setting the Content-Type header, however it looks like this is mandatory and the behaviour when it is omitted is strange. Without content-type set to…