You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to add a HTML input field in GlideModal window in servicenow.
4
+
The most common approach involves including a WYSIWYG editor (such as TinyMCE) in the UI Page that you render inside a GlideModal. This enables full rich text functionality within the modal dialog.
5
+
Steps :
6
+
1) Create UI Page (eg: rich_text_modal)
7
+
2) Create UI Action (eg: Add Details. here I created the ui action on incident table)
8
+
3) Open the incident record , click on the Add Details button , which opens the glide modal and includes fields like short description of type 'string' and description of type 'Rich Text/HTML'
0 commit comments