TDV Adapter for NetSuite

Build 22.0.8462

SuiteQL Data Model

Overview

This section shows the available Views for the following SuiteQL Schema.

The NetSuite Adapter models NetSuite entities in relational Tables, Views, and Stored Procedures. The table definitions are dynamically obtained based on your NetSuite account.

Tables

Table definitions are dynamically retrieved. This section lists sample table definitions that are included in the NetSuite development environment.

Views

Views are tables that cannot be modified. Typically, data that are read-only and cannot be updated are shown as views.

Stored Procedures

Stored procedures are function-like interfaces to the data source. They can be used to search, update, and modify information in the data source.

Using Query Processing

The adapter offloads as much of the SELECT statement processing as possible to the NetSuite APIs and then processes the rest of the query within the adapter. The following sections document API limitations and requirements.

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