How to configure and use entity in vdesigner1.0?

Please provide example with configuration.

4 Likes

To create an entity:

  • On the vDesigner dashboard, locate the left navigation pane.
  • In the left navigation pane, click Modules, the navigation pane expands.

  • Under Modules, click Entity & Relationship, and the Entity & Relationship dialog box opens.

  • In the Entity & Relationship dialog box, enter the values to create an entity as follows:

-Enter name of entity e.g DUMMY
-Enter Primary Attribute e.g $.DUMMY.ID
-Enter PK ID Group Name e.g DUMMY

  • After you enter the value in the respective boxes, click Create Entity, and the entity is successfully created.

The vDesigner application provides POD as a default entity/object. Apart from POD, you can create a new entity and use it later. You can create a new entity as a parent entity or a child entity. Under POD, you can also create a child entity

In the screen capture, the POD object stores the data of mobile app in the JSON format. In the JSON code, the POD_ID variable stores the unique ID that can be used to manage the data of mobile app in the JSON format.

4 Likes