Column Display Types#

Display types define the datastructure of each column. They can be very simple string or integer types, but there are also more complex types like a list of contact objects.

address_contact#

This is an object, with these parameters:

key

display type

firstname

string

lastname

string

email

string

phone

string

mobile

string

user_id

cp_user

organisation_name

string

department_name

string

country

string

street

string

address_line1

string

address_line2

string

street_number

string

zip

string

city

string

url

url

comment

string