ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Data model editor / Conceptual Data Model
  • Overview
  • Creating an entity
  • Operations that can be performed on an entity
  • Duplicating/Copying an entity
  • Deleting an entity
  • Renaming an entity
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
To group information according the MERISE method, entities must be created.
The data model editor allows you to easily create entities in a CDM (Conceptual Data Model).
When generating the LDM from the CDM, the entities will automatically become files.
Creating an entity
To create an entity:
  1. On the "CDM" tab, in the "Creation" group, expand "New" and select "New entity". The description of the entity is displayed.
  2. Specify:
    • the name of the entity. This name will be the logical name of the file created when the LDM is generated from the CDM.
    • the caption of the entity that briefly describes the subject of the entity.
    • whether an "Automatic identifier" property must be defined in the entity. The value of this property is unique for each record and it is automatically calculated.
    • the notes that present the operating mode of the entity.
  3. The entity becomes the current entity. The properties of this entity can be described automatically.
Operations that can be performed on an entity

Duplicating/Copying an entity

To duplicate/copy an entity:
  1. Select the entity to duplicate.
  2. Press Ctrl + C then Ctrl + V to copy the entity.
  3. In the duplication window, specify the requested information and validate. The duplicated entity is automatically created in the current CDM.

Deleting an entity

To delete an entity:
  1. Select the entity to delete.
  2. Open the popup menu of the selected entity (right mouse click).
  3. Select "Delete". The entity is automatically deleted from the CDM. If relationships were pointing to this entity, these relationships are also deleted.

Renaming an entity

To rename an entity:
  1. Select the entity to rename.
  2. On the "CDM" tab, in the "Current element" group, click "Description".
  3. Modify the name of the entity and validate the entity description. The entity is automatically renamed.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help