This is the final step in designing our workflow and involves setting a property on the form that's referenced by the document menu item, ConVMSVehicleTable, and adding the option to design workflows to the menu.
Hooking up a workflow to the user interface
Getting ready
For this recipe, all we need is a workflow type.
How to do it...
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...