function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
carlocarlo 

PageBlockTable like CaseComments

Hello

 

I am writing an extension to add an extra line to a Long Text Area field so it can show Created by and Last Modified by just like a Case Comment.

 

Created by Me | Last Modified by Me

Long Text Area line 1
Long Text Area line 2
Long Text Area line 3

 

What should I use for new line?  

 

If I use /r, /n or /r/n then the first line is displayed but the rest of the field is not.  I just get this

 

Created by Me | Last Modified by Me

 

Thanks

carlocarlo

Ignore this.

 

Its \n