# ObjectTypes: HubSpot Domain ObjectTypes Lookup-table that translates code values of the domain 'ObjectTypes' into descriptions. - Catalog: `HubSpot` - Schema: `CodeValues` - Label: Domain ObjectTypes Example: The code value 'CALL' means 'call'. - Retrieve: True ## View Columns The columns of the view `ObjectTypes` 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 | | `CAMPAIGN` | campaign | | `CART` | cart | | `COMMERCE_PAYMENT` | commerce_payment | | `COMMUNICATION` | communication | | `COMPANY` | company | | `CONTACT` | contact | | `DEAL` | deal | | `DISCOUNT` | discount | | `EMAIL` | email | | `ENGAGEMENT` | engagement | | `FEE` | fee | | `FEEDBACK_SUBMISSION` | feedback_submission | | `GOAL_TARGET` | goal_target | | `LINE_ITEM` | line_item | | `MARKETING_EVENT` | marketing_event | | `MEETING_EVENT` | meeting_event | | `NOTE` | note | | `ORDER` | order | | `POSTAL_MAIL` | postal_mail | | `PRODUCT` | Salesproduct | | `QUOTE_TEMPLATE` | quote_template | | `QUOTE` | quote | | `TASK` | task | | `TAX` | tax | | `TICKET` | ticket |