Represents a list of records from a model table. In this type of list, CRUD actions can be configured through a support form.
Represents a list of records from a model table where it's possible to select a group of records and proceed with the actions of this list. In this type of list, CRUD actions can be configured through a support form.
Represents a list of records from a model table referencing an N:N list. The continuation of this menu is converted into a tab.
Mark - Allows associating multiple elements from one list to another list.
Unchecks - Allows disassociating multiple elements from one list to another list.
This is an example of use case, you can apply for other purposes.
First of all, you should implement the model into Genio;
After the model implementation, you can take advantage of the (N: N) relationship to implement the menu control.
Goal: We want to select or uncheck products from all products list and insert them into the selected cart. The menu structure should be similar to the image below:
Represents a list of records from a model table referencing an N:N list. The continuation of this menu should be a list (DB) related N:N with the current one.