How to define relationship between entities in vDesigner1.0?

Please explain relationship in entities.

5 Likes

After you create multiple entities, you can define the relationship between two entities.While defining the relationship, you can make one entity as a child entity of another entity. You can define the relationship between two entities as follows:

  • On the vDesigner dashboard, go to the left navigation pane.

  • Click Modules > Entity & Relationship.

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

  1. In the Entity & Relationship dialog box, click the Relationship tab, the Entity & Relationship dialog box displays the following fields :
  • Parent Entity
  • Child Entity
  • Relation
  • Associated Attr Array

  1. In these fields, enter/select values as follows:
  • Parent Entity : Click this list, it displays the currently existing entities. In the list, select the entity (For example: – POD ) that you want to make as a parent entity.

  • Child Entity : lick this list, it also displays the currently existing entities. In the list, select the entity (For example: – DUMMY) that you want to make as a child entity.

  • Relation : In this box, enter the following value:
    1*n
    This value specifies the one-to-many relationship between parent and the child entity.

  • Associated Attr Array : n this box, enter the hardcoded value as follows: $.POD.DUMMY

This hardcoded expression specifies that the DUMMY array type JSON object has been defined as a child object under POD entity.

  1. After you enter/select the value in the respective box/list, click Save , and the parent-child relationship between two entities is successfully defined.
5 Likes