Carry out the following steps in order to complete this recipe:
- In the Development Workspace, create a new Dynamics 365 for Operations project.
- Create a new Class named wizard that extends SysWizard:
- Create a new Form named wizard, select a design, and apply the design pattern Wizard:
- Address BP Warnings:
- Design.Caption isn't empty
- The form must be referenced by at least one menu item
- TabPage.Caption isn't empty (for all wizard content pages)
- MainInstruction.Text isn't empty (for all wizard content pages)
The form design ...