In a dialog alert how can I add line breaks? I tr...
# suitescript
p
In a dialog alert how can I add line breaks? I tried using \n but that did not work.
message: 'This client is on credit hold. Please contact accounting for further information.\nReason for credit hold is: ' + creditHoldReason
s
Did you try <br>?
p
thanks. did not think html would work but guess it does.