Use connectors in the App Designer

In this topic, you learn how to use a connector in the App Designer.

Using the Connectors in the App Designer, offers users a range of choices for seamlessly integrating data sources into their applications.

Prerequisites

Procedure

  1. In the App Designer, create a new application using the Full Screen Template.

    Result: You have created an application.

  2. Drag a Table component in the Page of the application.

  3. Drag the connector component and a JavaScript file in the application’s Resources.

    connector components
  4. In your Javascript file, right-click, open the Code Snippets, and under Custom, you will find the Neptune Connectors code snippets.

    connector code snippet overview
  5. Copy your Connector’s ID from the Connector tool.

    connector id
  6. Copy-paste the Constructor code snippet and replace the connector’s ID with your connector ID.

    connector paste ID
  7. Create an async function, paste the LIST code snippet, and set the data to your table (set the table’s Model Source to Generic Array).

    connector list snippet
  8. Paste the Pagination and Auto Column Sorting code snippet, and call the function.

    connector pagination sorting
  9. Right-click on your table, open the Wizard and define your fields.

    connector table wizard
  10. Save, Activate and Run the application:

    connector app overview

Result

  • Your connector is used in the App Designer application.

Use the External System Connector Bundle

With the Neptune DXP Marketplace item External System Connector Bundle, you can create connectors for the following functionalities:

  • OData services in SAP

  • SAP HANA

  • Salesforce

  • MS SQL Server

  • ServiceNow

  • Neptune DXP - Open Edition system tables