Text fields are custom fields defined on a track type, used to capture alphanumeric/text input. This is a very versatile field type and can hold almost any kind of data.
Below are the options available for creating a new text type field.

ID# | Display Name | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Name | Mandatory. Name of the field. This name is used to identify the text field throughout TeamTracks in field groups, views, reports, etc. This must be a unique value for the given Track Type. | |||||||||||||||||||||
2 | Description | Optional. This is to provide a description of the field to administrators. This is displayed in the list of custom fields for a Track Type. | |||||||||||||||||||||
3 | Help Text | Optional. A help tip regarding the field. You can write instructions to the user as to the type of data to be entered into the field. An ? will be displayed beside the field on views where the field is displayed. Hover over the ? to see the help tip. Check the box to display the help text as HTML instead of as a tool tip. | |||||||||||||||||||||
4 | Field Type | Mandatory. This parameter will determine the type of field and possible functionalities. For text fields, the Field Type should be selected as 'Text'. | |||||||||||||||||||||
5 | Required | Set the field as a mandatory field. This field must be entered if it is on an add view, and cannot be made blank on an edit view. | |||||||||||||||||||||
6 | Allow Global Search | Allows the user to search on this field from the main search bar in the agent interface. | |||||||||||||||||||||
7 | Unique Value | Mandates that this field must have a unique value in the Track it is defined. This field can be used as an ID field for the Track. The ID is displayed at the top of the display and edit views for the record - such as a Ticket No or RMA No. | |||||||||||||||||||||
8 | Auto Increment | Auto-increment functionality is used to generate an integer that is automatically incremented by 1 every time a new record of the Track Type is created. When Auto-increment is selected, the following additional parameters are presented. ![]()
| |||||||||||||||||||||
9 | Multiline | Test fields are single line by default. You can enable multiline feature, which displays a larger text input area. When multiline is selected, "Allow HTML" parameter becomes available. If this parameter is enabled, a full HTML text editor will be displayed for the text box which allows user to format their content using HTML tags and features. ![]()
| |||||||||||||||||||||
10 | Default Value | Optional. The value of this parameter will auto populate as the default value for the text field when the object is created. You will be able to edit the default value based on your permissions and field parameters. | |||||||||||||||||||||
11 | Max # of Characters | Define the maximum number of characters permitted. This value is ignored if the "Allow HTML" option is selected. | |||||||||||||||||||||
12 | Regex/Pattern | If data is expected in a specific format like AA-BB-CC, the pattern can be specified in this field. Only inputs matching the pattern will be permitted in the field. This could be used for pattern match on a field such as an email address. See this link for regex quick reference from Microsoft. | |||||||||||||||||||||
13 | Case | Optional. user- entered text can be converted into lower or upper case based on the selection. ot setting this option will retain original case. |