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 个回答
Change the data type of latest value field Long Text Area to Rich Text Area. Long text area does not support HTML tags.