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 (True) or False (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 system roles for the IT Shop
Selection script to determine at runtime whether this data record concerns a system role for the IT Shop:
Value = $IsForITShop:Bool$
Condition (WHERE clause) to determine whether this system role concerns the IT Shop:
IsForITShop=1