# AccountWithCustomFieldValues: ActiveCampaign Account Custom Fields - Catalog: `ActiveCampaign` - Schema: `V3` - Primary Keys: `id` - Label: Account Custom Fields This is a read-only table. The ActiveCampaign API may not support changing the data or the Invantive UniversalSQL driver for ActiveCampaign does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the ActiveCampaign API. ## Table Columns The columns of the table `AccountWithCustomFieldValues` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `created_timestamp` | `datetime` | Created | ☐ | | | `custom_field_currency_type` | `varchar2` | | ☐ | | | `custom_field_currency_value` | `decimal` | | ☐ | | | `custom_field_date_value` | `datetime` | | ☐ | | | `custom_field_id` | `int64` | | ☑ | | | `custom_field_number_value` | `decimal` | | ☐ | | | `custom_field_text_blob` | `varchar2` | | ☐ | | | `custom_field_text_value` | `varchar2` | | ☐ | | | `customer_account_id` | `int64` | | ☑ | Account ID. | | `id` | `int64` | ID | ☑ | Unique ID. | | `updated_timestamp` | `datetime` | Updated | ☐ | |