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:
- Step 1. View Command Definitions
- Step 2. Set Command Display for New
- Step 3. Prototype the New Command Handler
- Step 4. Prototype the Other Command Handlers
- Step 5. Define Commands for Statistical Reporting
- Step 6. Specify Command Display
- Step 7. Prototype Command Handlers for Statistical Reporting
- Summary
Before You Begin
You may wish to review:
- Command in Key Concepts.
In order to complete this tutorial, you must have completed the following:
- Tutorials VLF000 – VLF003.
