August 2017
Beginner to intermediate
480 pages
11h 7m
English
In this recipe, the InventBuyerGroupList table is used as a many-to-many relationship table between the buyer groups and the customers.
In terms of form design, the only thing that needs to be added is a new tab page. The rest is created dynamically by the SysListPanelRelationTable application class.
In the form's class declaration, we declare a new variable based on the SysListPanelRelationTable class and instantiate it in the form's init() method using its newForm() constructor. The method accepts the following parameters:
Read now
Unlock full access