# Custom_Field_Types: Teamleader Focus Domain Custom_Field_Types Lookup-table that translates code values of the domain 'Custom_Field_Types' into descriptions. - Catalog: `Teamleader` - Schema: `CodeValues` - Label: Domain Custom_Field_Types Example: The code value 'call' means 'Call'. - Retrieve: True ## View Columns The columns of the view `Custom_Field_Types` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. | | `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. | | `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. | | `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. | ## Values | Code | Description | |:---:|---| | `call` | Call | | `company` | Company | | `contact` | Contact | | `invoice` | Invoice | | `meeting_report` | Meeting report | | `meeting` | Meeting | | `milestone` | Milestone | | `pro_external_cost` | Purchase sheet | | `product` | Product | | `project_thirdparty` | Party in project | | `project` | Project | | `sale` | Deal | | `subscription` | Subscription | | `ticket` | Ticket | | `todo` | Task | | `werkbonnen` | Service sheet |