im trying to add a new line in this string concate...
# suitescript
l
im trying to add a new line in this string concatenation but for some reason its not working. any idea why?
e
Try
<br />
instead of
/n
l
thanks. and if i wanted to add some html here is that possible?