Defining Owned By Relationships › Chapter Review
Chapter Review
In this chapter, you:
- Defined the Task entity.
- Defined restrictor processing for Task, so that its panel only displays tasks that belong to a single project, and so that it automatically populates the Project ID field for new tasks.
- Added a grid selector value to the Edit Project panel, so that users can access the Edit Task panel from the Edit Project panel.
- Created a logical event for the grid selector value, and mapped it to a physical event.
- Added logic to an action diagram to specify functionality for the logical event. In doing that, you mapped parameters for a function call.
- Tested your application to see the changes you had made.