> ## 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.

# DataType

> DataType enumerator — the possible data types a field can contain in a Condition activity script.

`DataType` enumerates the possible data types a field can contain.

## Constants

| Name        | Description                                                                           |
| :---------- | :------------------------------------------------------------------------------------ |
| **Text**    | Text of any type.                                                                     |
| **Date**    | Calendar date.                                                                        |
| **Amount**  | Amount of currency, 2 decimal places.                                                 |
| **Number**  | Floating point number.                                                                |
| **Choice**  | Data type represented by the "checkmark group" field type.                            |
| **Boolean** | Boolean value, represented by fields like "checkmark" type (has two possible values). |

## Related topics

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