# VatCodeSettings: Twinfield VAT code settings
- Catalog: `Twinfield`
- Schema: `Views`
- Label: VAT code settings
This is a read-only view. The Twinfield API may not support changing the data or the Invantive UniversalSQL driver for Twinfield does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Twinfield API.
## View Columns
The columns of the view `VatCodeSettings` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `CODE` | `varchar2` | Code | ☑ | |
| `COMPANY_CODE` | `varchar2` | Company ID | ☑ | |
| `COMPANY_NAME` | `varchar2` | Company Name | ☑ | |
| `CREATED` | `datetime` | Created | ☐ | |
| `MODIFIED` | `datetime` | Modified | ☐ | |
| `NAME` | `varchar2` | Name | ☐ | |
| `OFFICE` | `varchar2` | Office | ☐ | Company the VAT code belongs to. |
| `SHORTNAME` | `varchar2` | Short Name | ☐ | |
| `STATUS` | `varchar2` | Status | ☐ | Either active or deleted. |
| `TOUCHED` | `int32` | Touched | ☐ | |
| `TYPE` | `varchar2` | Type | ☐ | Either sales or purchase. |
| `UID` | `varchar2` | UID | ☐ | |
| `USER_NAME` | `varchar2` | User name | ☐ | |
| `USER` | `varchar2` | User | ☐ | User who created or last changed the VAT code. |