Build Apps with Live NetSuite data in Adalo using CData Connect Cloud



Use CData Connect Cloud to integrate live NetSuite data into the Adalo platform and build custom mobile and web applications with real-time NetSuite data.

Adalo is a no-code platform used to build custom mobile and web applications without needing programming skills. It allows users to design interfaces, manage databases, and integrate functionality through simple drag-and-drop tools, making app development accessible and efficient. When combined with CData Connect Cloud, it provides access to NetSuite data to build custom applications and more.

This article explains how to use CData Connect Cloud to create a live connection to NetSuite and how to connect and access live NetSuite data from the Adalo platform.

About NetSuite Data Integration

CData provides the easiest way to access and integrate live data from Oracle NetSuite. Customers use CData connectivity to:

  • Access all editions of NetSuite, including Standard, CRM, and OneWorld.
  • Connect with all versions of the SuiteTalk API (SOAP-based) and SuiteQL, which functions like SQL, enabling easier data querying and manipulation.
  • Access predefined and custom reports through support for Saved Searches.
  • Securely authenticate with Token-based and OAuth 2.0, ensuring compatibility and security for all use cases.
  • Use SQL stored procedures to perform functional actions like uploading or downloading files, attaching or detaching records or relationships, retrieving roles, getting extra table or column info, getting job results, and more.

Customers use CData solutions to access live NetSuite data from their preferred analytics tools, Power BI and Excel. They also use CData's solutions to integrate their NetSuite data into comprehensive databases and data warehouse using CData Sync directly or leveraging CData's compatibility with other applications like Azure Data Factory. CData also helps Oracle NetSuite customers easily write apps that can pull data from and push data to NetSuite, allowing organizations to integrate data from other sources with NetSuite.

For more information about our Oracle NetSuite solutions, read our blog: Drivers in Focus Part 2: Replicating and Consolidating ... NetSuite Accounting Data.


Getting Started


Configure NetSuite connectivity for Adalo in CData Connect Cloud

To work with NetSuite data in Adalo, you need to connect to NetSuite from Connect Cloud, provide user access to the connection, and create an OData endpoint for NetSuite data.

Additionally, you need to generate a Personal Access Token (PAT) on the Settings page. Be sure to copy it down, as it serves as your password during authentication.

Follow the steps below to configure NetSuite connectivity for Adalo. For more information, see the Connections section of the Help documentation.

  1. Log into Connect Cloud, click Connections and click Add Connection
  2. Select "NetSuite" from the Add Connection panel
  3. Enter the necessary authentication properties to connect to NetSuite.

    The User and Password properties, under the Authentication section, must be set to valid NetSuite user credentials. In addition, the AccountId must be set to the ID of a company account that can be used by the specified User. The RoleId can be optionally specified to log in the user with limited permissions.

    See the "Getting Started" chapter of the help documentation for more information on connecting to NetSuite.

  4. Click Create & Test
  5. Navigate to the Permissions tab in the Add NetSuite Connection page and update the User-based permissions.

Add a NetSuite OData endpoint to CData Connect Cloud

Once you're connected to NetSuite, create an OData endpoint for the desired table.

  1. Go to the OData page from the left panel. Click Add and select Connections from the Add Entity Set window.
  2. Select your NetSuite connection (for example, NetSuite1) and click Next.
  3. Select the table you want to use and click Confirm to create a new OData endpoint.
  4. Save the endpoint to connect NetSuite with Adalo in the next section.

With the connection and OData endpoint configured, you can connect to NetSuite data from Adalo.

NOTE: You can also do the same using the Virtual Datasets functionality in CData Connect Cloud. Refer to this YouTube link or our product documentation to learn more about the Virtual Datasets.

Build a custom app with Adalo

After configuring CData Connect Cloud, you can begin developing the Adalo app using NetSuite data.

  1. Click on CREATE NEW APP.
  2. Select Desktop Web App and click on Next.
  3. You can choose any template, but for testing purposes, we've chosen a Blank template.
  4. Finally, add an app name and choose a color scheme, and your app is ready to go!

Registering external collections

Adalo uses a data structure called Collection to manage app data and offers a feature called External Collections with APIs, which lets you seamlessly integrate Collection with external APIs. Use this feature to connect to Connect Cloud.

  1. After creating an app, you first need to register a Collection, which is a definition for handling data within the Adalo app. There are two types of Collections: Database Collections, which are like Adalo's own internal database, and External Collections, which allow access to external APIs. In this case, we will access an external API, registering it as an External Collection.
  2. On the External Collections registration screen, click on ADD COLLECTION to enter the collection name (any name of your choice), and provide the API base URL endpoint (OData endpoint registered on Connect Cloud). Make sure to add "/(table)" to the OData URL to access the specific endpoint. (Refer to the image given for reference)
  3. In order to authenticate, you need a base64 authorization header comprising your username and PAT, joined by a colon. For example, [email protected]:MY_PAT. You can use a scripting tool, web tool, or other application to create this header.

    Using Postman to generate the Authorization header

    1. Open the Postman application. Enter the OData URL mentioned in the previous step for a GET request on Postman. Click on the Authorization tab and select Auth Type as "Basic Auth". Enter the Username and Password as follows and click on Send:

      • Username: Connect Cloud Username
      • Password: PAT generated on Connect Cloud
    2. Go to the Headers tab and copy/save the value of the Authorization key.
  4. Back in Adalo, click on ADD ITEM and select Header.
  5. Enter the details in the Header section as follows:
    • Name: "Authorization"
    • Value: Authorization key value copied in the previous step
  6. Select Done and click on Next.
  7. Select Get All and enter "value" in the Results Key section. Click on Done and Next.
  8. Now, to test the API setup, click on RUN TEST. If you finally see the message and response shown below, the creation of External Collections is complete.

Creating a list screen

After configuring CData Connect Cloud, you can now begin developing the app on Adalo using NetSuite data.

  1. First, click the + button in the upper right corner of the Adalo screen to display the list screen, then drag and drop "Simple List" onto the screen.
  2. Once the layout is complete as shown below, link the External Collections definition you created earlier to What is this a list of?
  3. Click on "Add Magic Text" button (as shown) to add the "Title" and "Subtitle" to the data items you want to obtain.
  4. Now, click on View App in the top right corner of the screen and select Staging Preview.
  5. You can now view the NetSuite data in the app created on Adalo.

Live connections to NetSuite data from cloud applications

Adalo now allows you to connect to live NetSuite data directly, allowing you to create more connections and apps without duplicating NetSuite data.

To get real-time data access to over 100 SaaS, big data, and NoSQL sources directly from your cloud applications, visit CData Connect Cloud.

Ready to get started?

Learn more about CData Connect Cloud or sign up for free trial access:

Free Trial