To be able to design and process workflows, follow these steps:
- Expand User interface, Menu items, and Display from the Application Explorer. Locate WorkflowConfgurationBasic, right-click on it, and choose Duplicate in project.
- Locate the new menu item in the Solution Explorer and rename it to ConVMSWorkflowConfiguration.
- Open the new menu item in the designer, set the Enum Parameter property to ConVMS, and then create labels for the Label and Help Text properties. These labels should be the module name, followed by the word workflows; for example, Vehicle management system workflows.
- Open the ConVMSVehicleManagement menu from the Application Explorer and add this menu item to the Setup submenu in our menu. This should usually ...