<dependency>
<groupId>com.mulesoft.connectors</groupId>
<artifactId>mule-netsuite-openair-connector</artifactId>
<version>x.x.x</version>
<classifier>mule-plugin</classifier>
</dependency>
NetSuite OpenAir Connector - Mule 4
NetSuite OpenAir Connector v2.0
Anypoint Connector for NetSuite OpenAir (NetSuite OpenAir Connector) is a closed-source enterprise connector that provides a connection between OpenAir and third-party software.
Release Notes: NetSuite OpenAir Connector Release Notes
Exchange: NetSuite OpenAir Connector
Before You Begin
To use this information, you must be familiar with NetSuite OpenAir, Mule runtime engine (Mule), Anypoint Connectors, Anypoint Studio, Mule concepts, elements in a Mule flow, and Global Elements.
To use this connector, you need:
-
A NetSuite OpenAir instance
-
A set of valid credentials, including username, password, companyID, API namespace, and key.
-
A MuleSoft Enterprise License
OpenAir complex types are limited to a set of OpenAir operations.
See the OpenAir documentation for information about its object types. For example, object oaActualCost
works with read
, add
, modify
, and upsert
methods, while object oaApproval
works only with the submit
method.
POM File Information
Replace x.x.x
with the version that corresponds to the connector you are using.
To obtain the most up-to-date pom.xml
file information, access the connector in Anypoint Exchange and click Dependency Snippets.
Add the Connector to Your Project
Anypoint Studio provides two ways to add the connector to your Studio project: from the Exchange button in the Studio taskbar or from the Mule Palette view.
Add the Connector Using Exchange
-
In Studio, create a Mule project.
-
Click the Exchange icon (X) in the upper-left of the Studio task bar.
-
In Exchange, click Login and supply your Anypoint Platform username and password.
-
In Exchange, search for "openair".
-
Select the connector and click Add to project.
-
Follow the prompts to install the connector.
Configure in Studio
-
Drag the connector operation to the Studio Canvas.
-
Configure the Global Element for the connector:
-
If needed, configure a connection:
-
Enable the automatic reconnection feature.
-
Access the OpenAir Global Element configuration window from Studio.
-
Click the Advanced tab (next to Connection).
-
Select the Standard option in Reconnection Strategy.
-
Adjust the Frequency (ms) and Reconnection Attempts fields accordingly.
-