Overview

The List and Show methods can be customized.

The most important differences with older versions are:

  • Method hooks (before execute, on execute, after execute) can now be used for the List and Show methods.
  • The new implementation allows for more complex mappings. In the BII you can use non-root tables that are not linked to the root table through the identifiers of both tables.
  • The filtering is enhanced. You can use complex filters across components, such as Order.status = 'Open' and (Line.item = 'ABC' or Line.Item = 'DEF') or Order.deliveryDate is empty.
Note: The changes do not necessarily result in a better performance for List and Show. In a number of cases, the increased flexibility will even result in longer response times.