Text Data Type

The Text data type is used to store a string value. This data type is typically used for the ID or name of an object type, as only fields with the Text type can be flagged as the object Key or Label. However, text fields can store any kind of text information, such as an object's status. Text fields can have one of the following modifiers:

The system also supports validation for fields with this modifier.

For example, if a user enters text for a field that is not found in the list of values, the system displays an error message stating that the user has provided an invalid value.

If a field with this modifier is used as a criterion in a report, that criterion will appear as a series of checkboxes on the filter of the report, one for each defined value.

When creating this field, a user selects a resource type, and when the field is set either in an embedded editor, a form, or as a criterion, it appears as a drop-down list, containing the Resource Label of every defined resource of the specified type.

While this field does not contain an actual reference to the object, this label is useful for displaying on reports or to use when joining multiple object types in a data query.