IncludeReferenceColumns
Specifies a comma-separated list of columns to include when retrieving data from fields that reference other records.
Data Type
string
Default Value
"InternalId, Name"
Remarks
Many fields in NetSuite reference other records. For example, an Invoice might reference an Account and a Customer record. This property determines which pieces of data are included when retrieving values from reference fields.
The available values are:
| Value | Description |
| InternalId | The NetSuite foreign key for the record reference. |
| Name | A readable name for the record referenced. |
| Type | The type of record referenced. This is not always given a value as the given field may only have one type. |
This property applies only when Schema is set to SuiteTalk.