Talent Platform Field Types
Field Types control what information can be entered into the field.
Field Types
Field Type | Description |
---|---|
Bool | (Boolean) One of two values (e.g., true/false) |
Bit | Integer value that accepts 0,1, and null |
Bool Yes No | Yes and No values and fields that contain only one of two values. |
Comma Delimited String | Uses a comma to separate values |
Country | Provides a list of countries |
Date | Contains a valid date with month, day, and year |
Date Time | Contains both date and time value of the event |
Float | A number with up to 2 decimal places |
Int | (Integer) Whole numbers (no decimals) |
Int Strip Non Numeric | Removes any characters that are not numbers |
Location A branch of the Company, which can be customized with a logo and brand colors ID | |
Phone With Dashes | A phone number formatted to the standards of the country it belongs to, including dashes |
Pipe Delimited String | Accepts data with a pipe ( | ) separating values |
Semi Colon Delimited String | Accepts data with a semi-colon separating values |
State | Provides a list of US states |
String | Contains letters, numbers, special symbols, such as the % and #, and any other printable character. |
Unix Milliseconds | A specific point-in-time formatted as the number of milliseconds since the Unix Epoch |
Was this helpful?