Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enable the email client for a table

Enable the email client for a table so that users can send emails directly from the table record.

Before you begin

Role required: admin

About this task

The email client is enabled by default on the Incident [incident] table. You can enable the email client for another table by adding the email_client dictionary attribute to the table.

Note: This capability is not inherited by tables that extend the current table. For example, enabling the email client on the Task table does not enable it for the Incident or Problem tables.

Procedure

  1. Open a record in the table that you want to enable the email client for.

    For example, to enable the email client for the Problem [problem] table, navigate to Problem > Open, and then open any problem record.

  2. On the form, select the menu icon (

Image omitted: menu-icon.png
Menu icon\) and then select **Configure** > **Dictionary**.
  1. On the Dictionary Entries list, open the record of type Collection.

    The record does not have any entry for Column name.

  2. On the form, in the Related Links section, select Advanced view.

  3. In the Attributes field, enter email_client=true.

    If there are other values in the field, separate the attribute with a comma.

  4. Select Update.

Parent Topic:Configure email client