How do I separate error messages with new lines?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2015 08:18 AM
What I have done is on the Incident form, when you click on a certain account, the account note auto-fills in the notes section of the Incident form. If the customer has multiple lines of notes for their account, how do I make it so they show up on separate lines? because right now, they all show up on the same long line.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2020 06:07 AM
Hello,
you can use "<br\>" to make it in next line.
Ex message: "First line.Second line"
you should enter the string as "First line.<br\> <br\>second line"
output:
First line
Second Line
Note:Please accept the sution if it works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2020 09:03 PM
I see this reply from multiple similar questions but it does not work and no one find it helpful. Can you take a screenshot on how this is done? Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2020 06:23 PM
Hi Sam,
Try Javascripts as: "<variable> \n <variable>"
for Ex:-
Description = current.u_number+ ':' +current.u_category+ ',' + '\n' + description;
Please mark reply as Helpful/Correct, if applicable. Thanks!
Thanks
Tushar