To create the number sequence definition class, follow these steps:
- First, we will need to add an element to the NumberSeqModule base enum. To do so, locate this enum, right-click on it, and choose Create extension.
- Rename the new base enum extension NumberSeqModule.ConVMS.
- Open it in the designer and add a new element. Set the Name property to ConVMSVehicleManagement and the Label property to Vehicle management.
- Save and close the designer and create a new class named NumberSeqModule_ConVMS.
- Change the declaration so that it extends NumberSeqApplicationModule and overrides the following methods so that they read as follows:
public NumberSeqModule numberSeqModule(){ return NumberSeqModule::ConVMSVehicleManagement;}/// ...