To create a new menu item, follow these steps:
- Choose to add a new item to the project.
- Select User Interface from the left-hand pane and Display menu item from the right-hand pane.
- Give the menu item the same name as the form; in this case, ConVMSParameters.
- Use the label from the table (vehicle management parameters). It is also OK to use the label @SYS7764 as the Label property, but having a label enhances the search experience when users try to find your form through the search feature.
- Create a help text label for maintaining the vehicle management settings and number sequences. Assign the ID to the HelpText property.
- Enter ConVMSParameters for the Object property.
- The ObjectType property is a Form by default, so this ...