> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FieldType

> FieldType enumerator — the possible types a field can have in a Condition activity script.

`FieldType` enumerates the possible types a field can have.

## Constants

| Name               | Description                                 |
| :----------------- | :------------------------------------------ |
| **Barcode**        | Barcode.                                    |
| **Checkmark**      | Checkmark.                                  |
| **CheckmarkGroup** | Checkmark group.                            |
| **Group**          | Field group.                                |
| **Table**          | Table. Each table cell is a separate field. |
| **Text**           | Text.                                       |

## Related topics

* [Field](/vantage/documentation/skill-designer/process/condition-activity/field)
* [DataType](/vantage/documentation/skill-designer/process/condition-activity/data-type)
* [Object model](/vantage/documentation/skill-designer/process/condition-activity/object-model)
