Data Model
The Data Model has three parts: Tables, Views, and Stored Procedures. The table definitions are dynamically obtained based on your NetSuite account.
Tables
The provider models the data in tables so that it can be easily queried and updated. Although the 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.