Skip to main content
Hi all,

 

i am facing HTML tag issue.i have one custom field latest value it's long text area data type in lead object.when I am inserting notes object body field contains test1234 and I am align left or centre or align right and I am save means it's automatically populated through latest value like 

 

"<P style ="text-align:centre,">test1234" like this how to remove this ?

 

Thanks in advance!!!
1 answer
  1. Oct 18, 2019, 5:31 AM
    It sounds like it's working as it should: this HTML is just how the note is really captured in the background, with the formatting you select in the editor.

     

    One option would be to change the latest value field from long text to rich text, so it would support this formatting too. Another option is to strip the HTML, but you'll have to do that with Apex code. 
0/9000