Issue with the "Additional Comments" Field (HTML Support)

mouradhadj-
Tera Contributor

Hi,

I have an issue where the "Additional comments" field, which is of type HTML, is not being saved in the RITM after submitting the form. The text is visible before submission, but once the request is created, the field is not exesting.

Is there any known limitation or additional configuration needed for HTML fields to be saved in RITM records?

Thanks in advance for your help!

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi,

The Variable Summarizer widget (sc-variable-summarizer) will only show variables where the 'Visible on Summary" is selected.

 

There is a UI policy "Hide visible on summaries if type is HTML or RichText Label" that removes this option from HTML and Rich Text Label variables.

 

That is why HTML variables are not show in the variable summariser. This looks to be a deliberate decision from ServiceNow. Even overriding this behaviour makes no change, as the internal logic in which variables are fetched returns false for "is visible summary".

 

View solution in original post

3 REPLIES 3

Kieran Anson
Kilo Patron

Hi,

The Variable Summarizer widget (sc-variable-summarizer) will only show variables where the 'Visible on Summary" is selected.

 

There is a UI policy "Hide visible on summaries if type is HTML or RichText Label" that removes this option from HTML and Rich Text Label variables.

 

That is why HTML variables are not show in the variable summariser. This looks to be a deliberate decision from ServiceNow. Even overriding this behaviour makes no change, as the internal logic in which variables are fetched returns false for "is visible summary".

 

Amit Verma
Kilo Patron
Kilo Patron

Hi @mouradhadj- 

 

Please refer below support article:

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0820434

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

That is for a different widget 🙂