Increase height of Description field in case table

mskumaran
Giga Contributor

Hi All,

I would like to increase the height of Description field (Type: HTML) in Case table.

The height should be increased in both record view and workspace(Configurable workspace).

3 REPLIES 3

@manjusha 

Thanks for the reply.

I verified the links provided, and tried the options but its not working.

The first link deals with the font size and the second link increases all the multi line fields.

 

I want the height of description field in case table to be increased and it should reflect in the configurable workspace.

 

Thanks,

MSKumaran

jmadden90
Tera Contributor

I got an answer from now support on this.
For static resizing of the field:

About this task

HTML field height is configured per HTML field.

Procedure

  1. Navigate to a record with an HTML-type field that you want to change.
    For example, select an incident, problem, or knowledge record.
  2. Right-click the field label (for example, Article body) and select Configure Dictionary.
  3. In the Related Links section, select Advanced View.
  4. In the Attributes field, enter editor.height=X, where X is the desired height.
    For example, editor.height=250
    Note: HTML fields can range from 72 to 2000. HTML fields are by default 64.

For dynamic resizing of the field:

  1. Navigate to All > System Properties > All Properties
  2. In the search bar, enter glide.ui.html.editor.v5.enabled_plugins and select the property.
  3. In the value field, add autoresize. (single space then type in)
  4. Select Update.
    The autoresize plugin is active.
  5. Navigate to a record with an HTML-type field that you want to change. For example, select an incident, problem, or knowledge record.
  6. Right-click the field label (for example, Article body) and select Configure Dictionary.
  7. In the Related Links section, select Advanced View.
  8. In the Attributes field, enter editor.plugin=autoresize

Source: https://www.servicenow.com/docs/csh?topicname=tinymce.html&version=latest