This function allows you to configure an action on the list of the card. You can configure the action on the list horizontally or vertically. You can incorporate a phone book, delete function, and other usable action items. To configure an action on the list: Field Description Action Sub Type Click this list to select:… Continue reading Configuring Action on Card
Category: Displaying List from Database
Define a Card
You define the card to determine the layout in which the list displays the data. To define the card, perform the following functions: Box/List Description Attribute ID In this field, enter the attribute ID (For example: – ID or PCT). In the attribute ID, the list holds specific value and then displays it in the… Continue reading Define a Card
Define Card
To define the card and then define action items in the card, visit the heading section: Define Card under Configuring List with API. You can use the values of the following screen captures when you define a new card:
Configuring List with Database View
If you choose to display a list with a database view, you need to provide the details of the database view while configuring the list. In the configuration details of the list, you need to provide the name of the database, name of object/object type that stores list data, and primary keys of database view.… Continue reading Configuring List with Database View
Configuring List with API
If you want to configure a list with an API call, you need to define the name of object where the data is stored after respective API fetches the data from the database and the array type JSON object that holds the data to display it in the list. To configure the list: Box Description… Continue reading Configuring List with API
Configuring API Call on Button
You will configure an API call on the “On Click†event of a button if you choose to display list by using REST API. If you choose the database view to display list on the mobile app, you will not configure the API call on the “On Click†event of a button. To configure an… Continue reading Configuring API Call on Button
Introduction
This section describes how to display the list of database. Displaying list from database means that the corresponding API or database view will execute to fetch the required data from the respective database. Thus, the API or database view will display the data on the screen or page of the mobile app. It has been… Continue reading Introduction