Model Syntax for Filter

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

Naming section

First section contains the naming of the model and component.

filtername Thrillers;
component  APPS8;

Apply to entity section

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.