-
Notifications
You must be signed in to change notification settings - Fork 1
Predefined fields # Contact
Contact is using predefined fields, this names can be used in dialog definitions and in most templates. The predefined field names are also used to specify the fields for the import and export.
-
contact_id
- integer, the ID of the contact record -
contact_name
- string, name to describe the contact record -
contact_login
- string, unique identifier for the contact, by default this is the primary email address of the contact, specified incommunication_email
-
contact_type
- choice, can bePERSON
orCOMPANY
-
contact_since
- date and time field, specify the date and time since the contact exists in formatyyyy-mm-dd hh:mm:ss
-
contact_status
- choice, can beACTIVE
,LOCKED
,PENDING
orDELETED
-
contact_timestamp
- date and time field, read-only, last change of the contact -
category_id
- integer, ID of the used category -
category_name
- string, the unique name of the category. In a dialog this can be dropdown selection field -
tags
- choice, unique names of the used #tags. In a dialog this can be multiple checkboxes for selection -
note
- text, general information about the contact, up to 65.000 characters, no HTML formatting -
person_gender
- choice, the gender of a person contact, can beMALE
orFEMALE
-
person_title
- choice, the defined titles of person -
person_first_name
- string, the first name of a person -
person_last_name
- string, the last name of a person -
person_nick_name
- string, the nick name of a person, used in comments and discussions -
person_birthday
- date field, the birthday of a person in formatyyyy-mm-dd
-
company_name
- string, the name of a company or organization -
company_department
- string, the department of a company or organization -
company_additional
- string, free additional information -
company_additional_2
- string, free additional information -
company_additional_3
- string, free additional information -
communication_cell
- string, cell phone of a contact, number will be checked and formatted -
communication_cell_secondary
- string, second cell phone of contact, number will be checked and formatted -
communication_email
- string, primary email address of the contact, by defaultcommunication_email
wil be also set ascontact_login
and is also used as login name. Email address will be checked for logical errors and formatted -
communication_email_secondary
- string, secondary email address, will be checked for logical errors and formatted -
communication_fax
- string, fax number of contact, number will be checked and formatted -
communication_fax_secondaray
- string, second fax number of contact, number will be checked and formatted -
communication_phone
- string, primary phone number of contact, number will be checked and formatted -
communication_phone_secondary
- string, second phone number of contact, number will be checked and formatted -
communication_url
- string, URL (homepage) of contact, will be checked for logical errors and formatted as valid, complete URL -
communication_url_secondary
- string, second URL of contact, will be checked for logical errors and formatted as valid, complete URL -
address_street
- string, street of primary address -
address_city
- string, city of primary address -
address_zip
- string, ZIP code of primary address. ZIP will be checked using geo data and zip information of the desired country -
address_area
- string, area (small local region) of the primary address -
address_state
- string, state of the primary address -
address_country_code
- string, two characters in uppercase to specify the desired country -
address_description
- text, any description or additional information to the primary address -
address_identifier
- string, identifier for the primary address -
address_appendix_1
- string, any additional information for the primary address -
address_appendix_2
- string, any additional information for the primary address -
address_secondary_street
- as described above -
address_secondary_city
- as described above -
address_secondary_zip
- as described above -
address_secondary_area
- as described above -
address_secondary_state
- as described above -
address_secondary_country_code
- as described above -
address_secondary_description
- as described above -
address_secondary_identifier
- as described above -
address_secondary_appendix_1
- as described above -
address_secondary_appendix_2
- as described above -
address_delivery_street
- as described above -
address_delivery_city
- as described above -
address_delivery_zip
- as described above -
address_delivery_area
- as described above -
address_delivery_state
- as described above -
address_delivery_country_code
- as described above -
address_delivery_description
- as described above -
address_delivery_identifier
- as described above -
address_delivery_appendix_1
- as described above -
address_delivery_appendix_2
- as described above -
address_delivery_secondary_street
- as described above -
address_delivery_secondary_city
- as described above -
address_delivery_secondary_zip
- as described above -
address_delivery_secondary_area
- as described above -
address_delivery_secondary_state
- as described above -
address_delivery_secondary_country_code
- as described above -
address_delivery_secondary_description
- as described above -
address_delivery_secondary_identifier
- as described above -
address_delivery_secondary_appendix_1
- as described above -
address_delivery_secondary_appendix_2
- as described above -
address_billing_street
- as described above -
address_billing_city
- as described above -
address_billing_zip
- as described above -
address_billing_area
- as described above -
address_billing_state
- as described above -
address_billing_country_code
- as described above -
address_billing_description
- as described above -
address_billing_identifier
- as described above -
address_billing_appendix_1
- as described above -
address_billing_appendix_2
- as described above -
address_billing_secondary_street
- as described above -
address_billing_secondary_city
- as described above -
address_billing_secondary_zip
- as described above -
address_billing_secondary_area
- as described above -
address_billing_secondary_state
- as described above -
address_billing_secondary_country_code
- as described above -
address_billing_secondary_description
- as described above -
address_billing_secondary_identifier
- as described above -
address_billing_secondary_appendix_1
- as described above -
address_billing_secondary_appendix_2
- as described above
- If you spot a typo or want to contribute an article, a how-to or a tip, feel free to edit the Wiki directly
- If you you have any questions, please visit the phpManufaktur Support Forum
This Documentation is part of the kitFramework Project
© 2010, 2014 by phpManufaktur, kitFramework and Contact are published under MIT license.