Note: Before working with the NetSuite connector, you should be familiar with general Process Development
The NetSuite Connector is designed to allow you to move data into and out of the NetSuite On-Demand Application Suite. As a NetSuite user, you can use Boomi AtomSphere's NetSuite connector to integrate any on-premise applications and legacy systems with NetSuite. This connector may also be used for integrating NetSuite with other On Demand or SaaS based applications such as Intacct, Salesforce, SmartTurn, etc.
The NetSuite connector will connect directly to the NetSuite application and browse the interfaces real-time. If any of your NetSuite modules are customized with additional fields, these fields will automatically appear when browsing the NetSuite interface with Boomi AtomSphere.
Integrating with NetSuite consists of web service calls utilizing XML request/response setup over an HTTPS connection. The technical details of this connection such as request headers, error handling, HTTPS connection, etc. are all abstracted from the user to make implementation quick and easy.
Connector Configuration
Configuring a connector to communicate with NetSuite requires the setup of two different components:
This design allows for reusability of the components, which contain connection settings (URL, Username, Password, Acocunt) and operation settings (Object, Action, Data Definitions). Once your connection and operation are built, you will need to set up your connector within the Process. Once the NetSuite connector is defined properly within your process, Boomi AtomSphere will be able to map to and from virtually any system using the connector to retrieve data from or send data to the NetSuite application.
Prerequisites
In order to implement a connection to your NetSuite account from Boomi AtomSphere, you'll need to complete the following:
- You will need both your login, password, and account number in order to access the NetSuite web service.
- You must confirm that your NetSuite account has privileges to connect to the NetSuite API.
- An atom must be deployed on your local machine or hosted with Boomi AtomSphere.
- You must understand which interface(s) you'd like to integrate from a business process perspective. For example, you may want to upload sales orders into NetSuite from a flat file.
- Use the NetSuite Help Center
for specific NetSuite object and field reference.
- You should review and reference Boomi AtomSphere's pre-loaded NetSuite Processes and use them as a guide for building and customizing your own interfaces.
Additional Resources
AtomSphere - NetSuite Integration Best Practices
NetSuite Web Site
NetSuite Help Center