Ballerina NetSuite Connector
Oracle NetSuite is a cloud business software suite for Enterprise Resource Planning (ERP), managing inventory, tracking financial transactions, hosting e-commerce stores, and maintaining Customer Relationship Management (CRM) systems. This module allows you to access the NetSuite's SuiteTalk SOAP Web services API through Ballerina.
The NetSuite connector can execute CRUD (create, read, update, delete) and search operations to perform business processing on NetSuite records and to navigate dynamically between records.
For more information, see Ballerina Documentation - ballerinax/netsuite.
Building from the Source
Setting Up the Prerequisites
- Download and install Java SE Development Kit (JDK) version 11 from one of the following locations.
-
Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
- Download and install Ballerina Swan Lake
Building the Source
Execute the commands below to build from the source.
- To build the package:
bal pack
- To test the package after build:
bal test
Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, see contribution guidelines.
Code of Conduct
All contributors are encouraged to read the Ballerina Code of Conduct.
Useful Links
- Discuss code changes of the Ballerina project via [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.