Guys any idea hot to add line break to 'memo' fiel...
# suitescript
d
Guys any idea hot to add line break to 'memo' field ? <br> is not working there
h
\n eg.
rec.setSublistValue({sublistId:'item', fieldId:'description', value: '\n test \n test', line:0})
d
I am talking about 'memo' field, and its not works there
h
On sublist, it works it just doesn't render it correctly.
First picture is from sublist view and right is from GL-impact
d
I know, But I need to preform line break on memo body field. its a text field not textarea
h
That field was also freetext field. NetSuite wont render the linebreaks on Freetext fields but the data is there. It shows correctly on reports and saved searches.
d
Ok good to know, thank you for your time