NetSuite
NetSuite (opens in a new tab) is a cloud-based enterprise resource planning (ERP) platform that provides comprehensive business management solutions including CRM, financial management, inventory management, and e-commerce capabilities.
Prerequisites
To configure OAuth 2.0 authentication with NetSuite, you'll need to set up an integration record in your NetSuite account. Please follow NetSuite's documentation for creating OAuth 2.0 integrations. (opens in a new tab)
Once you have this configured, you'll need to collect the following information:
| Name | Description |
|---|---|
| Domain* | Your NetSuite URL (e.g., 1234567.suitetalk.api.netsuite.com) |
| Client ID* | Your OAuth client ID from the NetSuite integration record |
| Client Secret* | Your OAuth client secret from the NetSuite integration record |
| Redirect URL* | The Fides URL to which users will be redirected upon successful authentication (ex. https://fides-host.com/api/v1/oauth/callback) |
| Page Size | Number of records to retrieve per page (default: 1000, max: 1000) |
restlets, rest_webservices, and suite_analyticsYou will also need to add the fides redirect URL to the list of the accepted redirected URIs of the application.
Integrating with NetSuite
To integrate an existing system with NetSuite:
- Navigate to Data map → View Systems and choose the system that you want to connect.
- Click on the Integrations tab.
- Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
- Complete the required fields for the integration and click Save.
To authorize the integration so that it can connect to NetSuite:
- Click on Authorize integration to be redirected to the NetSuite authorization screen
- Enter your NetSuite credentials and click Log in. You will automatically be redirected back to the Fides UI using the
Redirect URLthat was provided in the form in the previous step.
You may now confirm your connection is working using the Test connection button, if desired.
To learn more, please see our guide for Managing Integrations.
Technical detail
Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.
NetSuite Endpoints
In the table below, you can find which endpoints are used for each type of privacy function. Clicking on the endpoint will take you to the documentation for that endpoint.
| Privacy function | Endpoint | Description |
|---|---|---|
| Access Requests | Customer Records (opens in a new tab) | Used to search and fetch customer information. |
| Access Requests | Contact Records (opens in a new tab) | Used to search and fetch contact information. |
| Access Requests | Other Name Records (opens in a new tab) | Used to search and fetch other name information. |
| Access Requests | Vendor Records (opens in a new tab) | Used to search and fetch vendor information. |
| Delete Requests | Customer Records (opens in a new tab) | Used to erase customer information. |
| Delete Requests | Contact Records (opens in a new tab) | Used to erase contact information. |
| Delete Requests | Other Name Records (opens in a new tab) | Used to erase other name information. |
| Delete Requests | Vendor Records (opens in a new tab) | Used to erase vendor information. |