If you want to actually test the form, you can do so by following these steps:
- Build the package using Dynamics 365 | Build Models; select the package from the list.
- If we added tables or fields since the last database synchronization, synchronize the databases by right-clicking on the project and choosing Synchronize <your project name> with database.
- Open the project's properties.
- Set the Startup Object Type option to MenuItemDisplay.
- Set the Startup Object option to the menu item to open, for example, ConWHSVehicleGroup.
- Specify Initial Company; USMF is a useful company for when we are using the developer VMs that use Microsoft's demo data.
- Close the property form and press F5.
This is also how we debug code, and should ...