Filter definition
This model defines middle tier and projection filters by specifying an additional SQL where-clause for entities.
Syntax:
Name Component [ Layer ] [ CodeGenProperties ] Applies
First section contains the naming of the model and component.
filtername Thrillers; component APPS8;
For each entity that the filter can apply to, a where-clause is defined.
applyto Movie { SQL-Statement WHERE genre_db = 'THRILLER'; }
This page is generated from IFS Developer Studio at 2021-08-13 08:41.