How to configure list in vDesigner1.0?
4 Likes
The list offers multiple in-build templates. You can use these templates to create cards that you can use to display a set of data.
In the left navigation pane, click Configuring Landing Page, and the navigation panel expands. In the panel, click LIST, and a dialog box opens.
In the dialog box, enter values in the respective boxes as follows:
Firstly, you can select a List template based on the requirement.
- Header: enter the name of the list - USER LIST
- Object Type: enter the name of your Child entity - DETAILS
- LV Object Array Path: enter the array $.TEMP_OBJ.DETAILS[*]
where the data is stored after the app fetches it from the data
source. - Primary Key1/Primary Key2/ Primary Key3: enter the variable
that you have declared when you created the object in the Entity
and Relationship module. You will use this variable if you fetch
the data by using the array object → ID
After you enter values in the respective boxes, then you have to define
the card.
You define a card to determine the layout of the list, in which the app displays the data on the card.
In the Define Card dialog box, the Card tab displays fields for different variables (For ex: - V_Ref_Key_1 or V_Ref_Key_2).
- For e.g. In Attribute ID: enter the attribute ID in which the list holds a specific value → name
4 Likes