iController offers the possibility to add custom fields.
The quantity of fields that can be added is unlimited, these field can have the following types:
Name | Description |
---|---|
string | Any string value |
integer | Any integer (positive or negative) without thousand separator, e.g.: -895 |
boolean | Any boolean (must have value 0 or 1) |
double | Any double value. No thousand separator and a dot as decimal separator. E.g.: 52.2357 |
date | Any date value. Use YYYY-MM-DD format. E.g.: 2017-08-29 |
date_time | Any date & time value. Use YYYY-MM-DD hh:mm:ss format. E.g.: 2017-08-29 15:36:48 |