To create the workflow type, follow these steps:
- If we are creating a workflow for a new module, or one that currently doesn't have a workflow, we need to create a new workflow category, which means we need to add a module to ModuleAxapta. Locate the ModuleAxapta Base Enum and choose Create extension from the right-click context menu. Rename as usual; change the .extension or add a prefix to make it unique.
- To create the workflow category, we need to add a new item to our project and choose Workflow Category from the Business process and Workflow list. Enter the name ConWHSVehicleManagement before clicking on Add.
- Complete the Label and HelpText properties; these will be visible to the workflow designer in the user interface. ...