Rich Text Editor in Dynamics 365 form
Views (119)
A Rich Text Editor control will allow you to enter formatted text and the ability to include images with minor effort where the input/output is HTML. It will enhance the user experience and increase productivity.
In this post, I will show you how to enable the Rich Text Editor control for a multiline text fields in a Dynamics 365 form.
- In the form customizations, open the properties of a multiline text field
- Go to Controls tab > Add control
- scroll down, and select Rich Text Editor Control
- Click OK, Save, then publish
Once published, the user can now format the text in the field and add images as well
Bonus Tips:
- Previously, you won't be able to disable this field in JavaScript; however, it is possible now
- The format will get lost in Word Template and you need to rebuild it as needed
- If you disable an already enable Rich Text Editor, the data inside the fields will be displayed as HTML tags
- You can use custom Rich Text Editor by entering a JSON file as a web resource file and referencing to this web resource relative path
In these previous blogs, I have described some other controls that can be enable for fields on the form: Auto-complete control and Pen control to capture signature
Hope This Helps!
This was originally posted here.

Like
Report


*This post is locked for comments