TDV Adapter for NetSuite

Build 22.0.8462

IncludeReferenceColumns

A comma separated list representing the columns to include when retrieving data from a field representing a record reference.

Data Type

string

Default Value

"InternalId, Name"

Remarks

Many fields in NetSuite are references to other types of records. For instance, an Invoice might reference an Account and a Customer record. There are several pieces of data that can be returned by NetSuite when retrieving data from a record reference field. The available values are:

InternalIdThe NetSuite foreign key for the record reference.
NameA readable name for the record referenced.
TypeThe type of record referenced. This is not always given a value as the given field may only have one type.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462