Using patterns
On GeneXus objects defined in the KB such as transactions, we may apply some patterns that build other objectos on them to add functionalities, like those provided for by the pattern Work with the data of a trasaction.
On GeneXus objects defined in the KB such as transactions, we may apply some patterns that build other objectos on them to add functionalities, like those provided for by the pattern Work with the data of a trasaction.
The Work With for Web pattern is applied to Country and Attraction transactions. The consequences in execution are shown, through the objects that the pattern itself generates to implement attractive screens that allow the information of countries and attractions to be displayed on a grid. You can see how to customize what is generated: remove / add attributes to the grid, add filters and orders, how to enable or disable the standard actions on the data (insert, update, delete). The dynamism between transaction structure, pattern instance and generated objects is studied. See how to un-apply a pattern.