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
jd123jd123 

How can i show Text Area in a correct format throght trigger

Hi 

 

      I have two fileds on Custom__c object

 

      1.TextArea1__c

      2.TextArea2__c

 

                     if i enter some text like 

 

                            1) Hi

                            2) How are you? 

 

 

               after inserting i am updating TextArea2__c. In the output i am getting like this 

                

                        1) Hi 2) How are you? but i want same as Fist field. I would like to display excatly same as first field format 

 

Any help is Appreciated.