Home > ARE|RRR
BMC Remedy AR System Message Number
ARERR 174 Display type specified is incompatible for the data type.
Details

The display type value specified for this field is incompatible with the field's data type. Choose an appropriate display type:

* Display type AR_DISPLAY_TYPE_CHECKBOX supports data type AR_DATA_TYPE_ENUM.

* Display type AR_DISPLAY_TYPE_CHOICE supports data type AR_DATA_TYPE_ENUM.

* Display type AR_DISPLAY_TYPE_NUMTEXT supports data type AR_DATA_TYPE_INTEGER.

* Display type AR_DISPLAY_TYPE_TEXT supports data types AR_DATA_TYPE_INTEGER, AR_DATA_TYPE_REAL, AR_DATA_TYPE_CHAR, AR_DATA_TYPE_DIARY, AR_DATA_TYPE_ENUM, and AR_DATA_TYPE_TIME.