Skip to main content
Version: 1.20.1

Field Tips

You can add hints, help tooltips, and placeholders to form fields. This functionality allows you to make forms more helpful and informative.

The following table lists and describes the available help elements.

ElementDescription
HintAppears when you point a cursor to the field title.
PlaceholderSemi-transparent text presented in an input field before you start typing.
HelpAppears when you click the tooltip near the field title.

General information

  1. You can add help elements of any type from scratch. To do so, navigate to System Settings → Field Tips and fill in the fields as shown below.
  2. You can add help elements of more than one type to one field. For example, you can add a help tooltip and a placeholder to a field.

Field Tips form fields

FieldMandatoryDescription
TableNIf you need to override a help element inherited from the parent table, specify the table to define a different help element. The specified table has a higher priority. See the example in the Extension and Overriding section for more clarity.
ColumnYSpecify the field to add a help element to.
HintNSpecify the hint text. This hint will appear when you point a cursor to a field. This field is of the Translated Text type, so you can add a translatio].
PlaceholderNSpecify the placeholder text. It is displayed in the field before you start typing. This field is of the Translated Text type, so you can add a translation.
HelpNSpecify the help tooltip text. It is displayed within the question icon near the field (see the screenshot above). This field is of the Translated Text type, so you can add a translation.

Add a hint


To add a hint, complete the steps below:

  1. Open a form containing the field to which you need to add a hint.
  2. Right-click the field title and select Configure field.
  3. In the Related Lists area, select the Field Tips tab.
  4. Fill in the Hint field.
  5. Click Save or Save and exit to apply the changes.

Add a placeholder


To add a placeholder, complete the steps below:

  1. Open a form containing the field to which you need to add a hint.
  2. Right-click the field title and select Configure field.
  3. In the Related Lists area, select the Field Tips tab.
  4. Fill in the Placeholder field.
  5. Click Save or Save and exit to apply the changes.
caution

Keep in mind that you can use placeholders for text input fields, including multi-line fields, Date/Time fields, and numeric fields. BUT you cannot use them with the fields of type Color, Reference, and Choice, unless the choice type is Dropdown without --None-- (specify a default value).

Full list of fields supporting placeholder
  • Decimal
  • Float
  • Integer
  • Small Integer
  • Big Integer
  • Percent Complete
  • Phone
  • String
  • Text
  • Translated text
  • Journal Input
  • JSON
  • Password
  • Encrypted password
  • Color
  • Date
  • Time
  • Date/Time
  • Date/Time Specific

Add a help tooltip


To add a help tooltip, complete the steps below:

  1. Open a form containing the field to which you need to add a hint.
  2. Right-click the field title and select Configure field.
  3. In the Related Lists area, select the Field Tips tab.
  4. Fill in the Help field.
  5. Click Save or Save and exit to apply the changes.

Extension and overriding

Help elements can be extended from parent tables if they are extendable (the Is extendable attribute is enabled). Also, help elements inherited from parent tables can be overridden.

caution

To extend help elements from parent tables, leave the Table field empty. Otherwise, the help elements will not be displayed on the forms of parent and child tables.

If you specify a child table in the Table field, the help elements will only appear on the specified form.

Overriding feature usage example


  1. Create a help tooltip with any text for the State field of the Task table (fill in the Help field).
  2. The Task table is parent for other tables like Incidents, and Change Requests, so these tables will display the same help tooltip for the State field.
  3. Then, create a help tooltip with any text for the State field of the Incidents table, which is a child of the Task table.
  4. As a result, the newly created tooltip for the Incident table replaces the tooltip extended from the Task table, and the tooltip created on the Task table remains unchanged.