# CustomFields: ActiveCampaign Custom Fields
- Catalog: `ActiveCampaign`
- Schema: `V3`
- Primary Keys: `id`
- Label: Custom Fields
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `CustomFields` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `cdate` | `datetime` | Created | ☐ | |
| `cols` | `int64` | | ☑ | |
| `defval` | `varchar2` | Default Value | ☐ | |
| `descript` | `varchar2` | Description | ☐ | |
| `id` | `int64` | ID | ☑ | |
| `isrequired` | `int64` | Required | ☑ | |
| `ordernum` | `int64` | Order Number | ☑ | |
| `perstag` | `varchar2` | | ☑ | |
| `rows` | `int64` | Rows | ☑ | |
| `service` | `varchar2` | Service | ☐ | |
| `show_in_list` | `int64` | Show in List | ☑ | |
| `title` | `varchar2` | Title | ☑ | |
| `type` | `varchar2` | Type | ☑ | |
| `udate` | `datetime` | Last Updated | ☐ | |
| `visible` | `int64` | Visible | ☑ | |