Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Visualize NetSuite Data in TIBCO Spotfire through OData
Integrate NetSuite data into dashboards in TIBCO Spotfire.
OData is a major protocol enabling real-time communication among cloud-based, mobile, and other online applications. The CData Connect Server provides NetSuite data to OData consumers like TIBCO Spotfire. This article shows how to use the Connect Server and Spotfire's built-in support for OData to access NetSuite data in real time.
About NetSuite Data Integration
CData provides the easiest way to access and integrate live data from Oracle NetSuite. Customers use CData connectivity to:
- Access all editions of NetSuite, including Standard, CRM, and OneWorld.
- Connect with all versions of the SuiteTalk API (SOAP-based) and SuiteQL, which functions like SQL, enabling easier data querying and manipulation.
- Access predefined and custom reports through support for Saved Searches.
- Securely authenticate with Token-based and OAuth 2.0, ensuring compatibility and security for all use cases.
- Use SQL stored procedures to perform functional actions like uploading or downloading files, attaching or detaching records or relationships, retrieving roles, getting extra table or column info, getting job results, and more.
Customers use CData solutions to access live NetSuite data from their preferred analytics tools, Power BI and Excel. They also use CData's solutions to integrate their NetSuite data into comprehensive databases and data warehouse using CData Sync directly or leveraging CData's compatibility with other applications like Azure Data Factory. CData also helps Oracle NetSuite customers easily write apps that can pull data from and push data to NetSuite, allowing organizations to integrate data from other sources with NetSuite.
For more information about our Oracle NetSuite solutions, read our blog: Drivers in Focus Part 2: Replicating and Consolidating ... NetSuite Accounting Data.
Getting Started
Configuring Connect Server
To work with live NetSuite data in TIBCO Spotfire, we need to connect to NetSuite from Connect Server, provide user access to the new virtual database, and create OData endpoints for the NetSuite data.
Add a Connect Server User
Create a User to connect to NetSuite from TIBCO Spotfire through Connect Server.
- Click Users -> Add
- Configure a User
- Click Save Changes and make note of the Authtoken for the new user
Connect to NetSuite from Connect Server
CData Connect Server uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
- Open Connect Server and click Connections
- Select "NetSuite" from Available Data Sources
- Enter the necessary authentication properties to connect to NetSuite.
The User and Password properties, under the Authentication section, must be set to valid NetSuite user credentials. In addition, the AccountId must be set to the ID of a company account that can be used by the specified User. The RoleId can be optionally specified to log in the user with limited permissions.
See the "Getting Started" chapter of the help documentation for more information on connecting to NetSuite.
- Click Save Changes
- Click Privileges -> Add and add the new user (or an existing user) with the appropriate permissions (SELECT is all that is required for Reveal).
Add NetSuite OData Endpoints in Connect Server
After connecting to NetSuite, create OData Endpoints for the desired table(s).
- Click OData -> Tables -> Add Tables
- Select the NetSuite database
- Select the table(s) you wish to work with and click Next
- (Optional) Edit the resource to select specific fields and more
- Save the settings
(Optional) Configure Cross-Origin Resource Sharing (CORS)
When accessing and connecting to multiple domains from an application such as Ajax, there is a possibility of violating the limitations of cross-site scripting. In that case, configure the CORS settings in OData -> Settings.
- Enable cross-origin resource sharing (CORS): ON
- Allow all domains without '*': ON
- Access-Control-Allow-Methods: GET, PUT, POST, OPTIONS
- Access-Control-Allow-Headers: Authorization
Save the changes to the settings.
Create Data Visualizations on External NetSuite Data
- Open Spotfire and click Data -> Add data...
- Then, click "Connect to" -> OData -> New Connection. In the OData Connection dialog, enter the following information:
- Service URL: Enter the Connect Server's OData endpoint. For example:
http://localhost:8080/odata.rsc
- Authentication Method: Select Username and Password.
- Username: Enter the username of a Connect Server user. You can create API users on the Security tab of the administration console.
- Password: Enter the authtoken of a Connect Server user.
- Service URL: Enter the Connect Server's OData endpoint. For example:
- Select the tables and columns you want to add to the dashboard. This example uses SalesOrder.
-
If you want to work with the live data, click the Keep Data Table External option. This option enables your dashboards to reflect changes to the data in real time.
If you want to load the data into memory and process the data locally, click the Import Data Table option. This option is better for offline use or if a slow network connection is making your dashboard less interactive.
- After you have selected a table, Spotfire uses the data to detect number, time, and other categories. You are now on your way to creating new visualizations for analytics, reporting, and more.
Free Trial & More Information
If you are interested in connecting to your NetSuite data (or data from any of our other supported data sources) from TIBCO Spotfire, sign up for a free trial of CData Connect Server today! For more information on Connect Server and to see what other data sources we support, refer to our CData Connect page.