CustomField
Defines custom fields that can be added to records across NetSuite, allowing for personalized data capture and reporting.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The internal identifier for the record or field. | |
| description | String | A detailed description of the field or record. | |
| fieldtype | String | The type of field, such as text, number, date, etc. | |
| fieldvaluetyperecord | String | Indicates whether the field is based on a list or record (for example, reference field). | |
| ismandatory | Boolean | Indicates whether the field is required to be filled in. | |
| isshowinlist | Boolean | Indicates whether the field is displayed in the list view of the record. | |
| isstored | Boolean | Indicates whether the value of the field is stored in the database. | |
| name | String | The label or name of the field. | |
| owner | String | The owner of the field, typically a user or group responsible for it. | |
| recordtype | String | The type of record the field belongs to (for example, customer, transaction). | |
| scriptid | String | The script identifier associated with the field. |