Skip to content

The Ballerina connector to perform operations on Netsuite integrate cloud system.

License

Notifications You must be signed in to change notification settings

SanduDS/module-ballerinax-netsuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ballerina NetSuite Connector

CI GitHub release (latest by date including pre-releases) License

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

  1. Download and install Java SE Development Kit (JDK) version 11 from one of the following locations.
  • Oracle

  • OpenJDK

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  1. 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

About

The Ballerina connector to perform operations on Netsuite integrate cloud system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ballerina 100.0%