TDV Adapter for NetSuite

Build 22.0.8462

AggregateColumnMode

Indicating how aggregate columns should be treated.

Possible Values

Ignore, List, ListAndRetrieve

Data Type

string

Default Value

"Ignore"

Remarks

Aggregate columns are the columns that will appear on base tables which aggregate all of the data contained within child collections. Because these columns include all the data of a child collection, they can become very large. In some situations, such as writing the data to an offline database, it may be advisable to set AggregateColumnMode to either Ignore or List. The data in child tables can still be retrieved by setting IncludeChildTables to true. Setting AggregateColumnMode to List will still cause aggregate columns to be listed for use with inserts and updates.

IgnoreAll aggregate will be ignored and will not show up as available columns in the table definition.
ListAggregate columns will be listed in all tables, but on base tables such as SalesOrders, they will not retrieve data from NetSuite.
ListAndRetrieveAggregate columns will be listed and requested on all tables.

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