Type alias IncidentUserDefinedFieldFieldType

IncidentUserDefinedFieldFieldType: typeof DROPDOWN | typeof MULTISELECT | typeof TEXTBOX | typeof TEXTARRAY | typeof METRICTAG | typeof AUTOCOMPLETE | typeof NUMBER | typeof DATETIME | UnparsedObject

The data type of the field. 1=dropdown, 2=multiselect, 3=textbox, 4=textarray, 5=metrictag, 6=autocomplete, 7=number, 8=datetime.

Generated using TypeDoc