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.
- 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
Execute the commands below to build from the source.
- To build the package:
bal pack
- To test the package after build:
bal test
As an open source project, Ballerina welcomes contributions from the community.
For more information, see contribution guidelines.
All contributors are encouraged to read the Ballerina Code of Conduct.
- 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.