The table entries to be displayed are found through a selection script and an object definition condition.
-
Formulate a selection script as a VB.Net expression which returns either True or False, depending on whether or not the transferred data record belongs to this object definition.
-
Formulate a condition as a WHERE clause database query so that an object definition can also be used for display in result lists.
IMPORTANT: You must compile the database for the selection criteria to come into effect.
Example displaying employees flagged with the “Dummy employee” property
Selection script to determine at runtime whether this data record concerns a dummy employee:
Value = $IsDummyPerson:Bool$
Condition (WHERE clause) to select all “dummy employees”:
IsDummyPerson=1