VLF004 - Prototyping Your Commands
In this tutorial you will prototype the command handlers for your business objects.
Objective
- To learn how to enable commands for a business object and business object instances.
- To learn how to prototype command handlers for the enabled commands.
- To add commands and command handlers for both the Employees and Statistical Reporting business objects.
To achieve these objectives, you will complete the following steps:
Before You Begin
You may wish to review:
In order to complete this tutorial, you must have completed the following:
- Tutorials VLF000 – VLF003