Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Newlines are dysfunctional in NS text fields
I spent quite a while getting newlines to work in emails that I sent out of my suitescripts. I eventually realized that NetSuite's internal representation for a newline is '<br />' This means you have to add that string to get a newline to appear in an email, even if the email is sent as plain text - very non-intuitive. Support had me try to add '\n\ and '\n\n' to my email strings, to no avail.
However, the problem gets worse. If you use pattern matching, the '$' character doesn't match the end of the line. It matches the end of the string, which is after the end of the line, even if the string contains a line, since there's still a '<br />' in the string at the end:
0