# NetSuite

## Overview

Netsuite is an enterprise software platform that handles accounting, financial management, customer relationship management, inventory management, human capital management, payroll, procurement and project management for small and medium sized businesses.

## Availability

Available for Enterprise accounts only

## Integration details

Daasity connects to NetSuite via an ODBC connector which requires [SuiteAnalytics Connect](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_N748613.html) to be enabled in the NetSuite instance.  Some key notes on the Daasity method for data replication:

* A user will be needed that has role permissions for SuiteAnalytics Connect.  This user will access via ODBC and execute the data replication
* Data replication is performed by running SQL queries against the NetSuite database
* The DDL is read at time of initial setup and sets the definitions for all the tables.  If tables are added, deleted or modified please contact Daasity Support
* NetSuite enable 50 concurrent connections.  Daasity monitors this and will use no more than 20 connections at a single time
* Once connected, your NetSuite datasource will appear in the **Data Sources** section at the bottom of the Integrations page. From there, you can create and manage individual **Table Replicators** to sync specific tables into Daasity.

{% hint style="info" %}
**SuiteAnalytics Connect (ODBC) vs API**

SuiteAnalytics Connect (ODBC) is a faster method of replication from NetSuite than using an API based platform and will have a smaller impact on overall NetSuite performance
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/netsuite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
