Description
Raw HTML tags added to an HTML filed on a form are displayed in the Activity Formatter.
Steps to Reproduce
- Navigate to Incident > All.
- Open any incident record.
- Click the menu icon
.
- Select Configure > Form Layout.
- In Create a new field, add an HTML field.
- Add HTML code with tags (for example, <b>TEST</b>).
- Add the HTML field to activity formatter.
Note that the following is displayed instead of <b> TEST </b>:
<p><b>1</b></p>
Workaround
This is expected behavior.
Related Problem: PRB580731