Cmdlets for NetSuite

Build 25.0.9434

IncludeReferenceColumns Parameter (Connect-NetSuite Cmdlet)

Specifies a comma-separated list of columns to include when retrieving data from fields that reference other records.

Syntax

Connect-NetSuite -IncludeReferenceColumns string

Data Type

cstr

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:

ValueDescription
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.

This property applies only when Schema is set to SuiteTalk.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434