Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
unterminated String Literal
Hi,
We have a script that automatically creates sales orders for customers on our website.
We are passing in a json string, that is formatted correctly and we have run numerous different parsers over it to verify that it is formatted correctly.
The issue we have is that it occasionally fires an error. The strings are formatted exactly the same, yet for some reason it wont accept the data and returns an error.
The exact error is "Error: SyntaxError: unterminated string literal"
This doesnt happen all the time, but is happening enough it make us concerned.
Any ideas as to why ?