Creating datasources
Last updated
Was this helpful?
Last updated
Was this helpful?
Data sources are used to fetch the data from and perform DML operations (for example, insert, update, delete) on underlying database objects or cloud services.
In the top right corner of the menu bar, click . The navigation pane is displayed.
Under the Developer role group, click Manage Datasources. The Manage DataSources page with the list of data sources is displayed.
In the upper right corner, click New. The NewDatasource page is displayed.
In the Details tab, under Properties, fill-in the following mandatory fields:
Name: A unique name used to refer to the data source object within the application. For example: CptmCustomers.
Table Name: The name of the database object containing the data; for example: CPTM_AVIS_CUSTOMERS.
Click Save. The datasource is created and can be accessed from the Manage Datasources page.
To know more about datasources, visit the Working with Datasources section.