We will create a vehicle group table. We don't have much choice about the name in this as it has to start with our prefix, and end with Group; therefore, it will be ConVMSVehicleGroup. To create the table, follow these steps:
- Using the recipe for creating EDTs, create a vehicle group EDT using the following parameters:
Property | Value |
Name | ConVMSVehicleGroupId |
Label | Vehicle group |
Help Text | Used to group vehicles for sorting, filtering, and reporting |
Extends | SysGroup |
- Save the EDT, but don't close the designer.
- From within the project, choose to create a new item.
- Choose Data Model from the left-hand list, and select Table from the right.
- Enter ConVMSVehicleGroup in the Name field and click Add.
- This opens ...