Before working with individual data types, it's helpful to understand a few basic points about fields in general. For instance, regardless of data type, all fields are generally added to a table and modified in the same way. One exception is default fields, which are fields that are automatically added to all new tables. Default fields can be added, removed, and customized, and the out-of-the-box knowledgebase contains a handful of commonly used default fields. It can be useful to designate one default field as a summary field, which is another special kind of field that represents records in certain parts of the system. This article discusses each of these topics in greater detail, as well as provides a variety of tips and best practices for designing fields.

Adding and Modifying Fields

To review the fields for a particular table and add, modify, or delete fields, click Setup [Table] on the navigation menu and click the Fields tab.

To add a field:

  1. Hover over New to view the drop-down of all available data types.
  2. Select a data type. The Field wizard opens.
  3. On the General tab, name the field and enter admin notes to describe the field's purpose.

    You can print admin notes to create system documentation for end users or other admins. This is especially helpful if another person takes over administrative duties or you need to edit a field months after it was created.

  4. Work your way through the remaining tabs, configuring the field as desired.
  5. Click Finish.

The exact steps vary based on the field type, but you generally work through the Field wizard and set default values, basic permissions, visibility or edit conditions, display options, and other settings based on the type of field. For more information, see List of Data Types.

To modify a field:

  1. Click the Edit icon next to the field name. The Field wizard opens.
  2. Change any settings as desired.

    Certain settings can't be changed after the field is created. For example, the field name cannot be changed, nor can the multiple value setting for linked fields.

  3. Click Finish.

Mass Editing Fields

The Set Field Properties drop-down menu on the action bar lets you set certain properties for multiple fields at once. The following properties can be mass edited:

Set Field Properties options

To mass edit a field:

  1. Select one or more fields to edit.
  2. Hover over Set Field Properties and choose which property to change.
  3. Use the Field Properties window the change the settings, and then click Finish.

The Field Properties window displays the names of the selected fields and indicates any fields that cannot be modified due to a data type incompatibility. Most types of fields support all of these properties, but others offer only some or none of these properties for mass editing, such as calculated results, field types that display image graphics, and field types that are displayed as embedded tables.

Default Fields

All tables, including newly created tables, have a set of default fields:

To change these default fields, click the Setup gear in the top-right corner and go to Tables. Select the Table Tree and click Edit to change the default settings for new tables, and change the set of default fields. However, any changes you make to the default fields are automatically applied to all the tables in the system, and all the tables are locked by the system while those changes are applied, so make the changes outside of working hours whenever possible.

Edit the Table Tree

The default "Type" field is really only a label that holds the table name, and it can't be the parent for a dependent Choice field.

Field Cleanup

For a new table, we recommend some general field cleanup for the default fields:

Summary Fields

Every table must have exactly one summary field. A summary field represents records at certain places in the system. For example, a table's summary field controls the items displayed under Last Opened on the navigation menu. If you link two records in a table, the system also uses the table's summary field and record IDs to indicate the linked records.

Recent Contracts in the Contracts drop-down

A regular Text field often works best for a summary field, but you can use any text field data type. To make a field a summary field, select Yes for Display as summary field? on the Options tab of the Field wizard. If you already have a summary field defined for the table, you receive a message indicating that the current field will be used instead.

Field Design Considerations

When you're working with fields, keep in mind the following tips and best practices.

Creating Fields

Configuring Fields

Displaying Fields

Related articles