Property | Description |
---|---|
Exclusive |
Objects labeled with this option are considered exclusive. That means, all other possible matching object definitions are not accepted as valid. If several object definitions of one table are labeled as exclusive, the object definition with the lowest sort order applies. |
Display template |
The display template specifies the form in which the data sets in the administration tool result lists are displayed. |
Display name |
The object's display name is used, for example, to identify the table in a database search or for error output. Display names can be given in more than one language. |
List caption |
Caption used to display the list title in the user interface. |
Form caption |
Caption used to display the form title in the user interface. |
Selection script |
Selection script as a VB.Net term, to determine during runtime whether the database object passed down belongs to this object definition. NOTE: The database needs to be complied after changing modifying the selection script. |
Processing status |
Object processing status. |
Condition |
Condition required for the object definition to be used for displaying in lists. You define the condition as a valid WHERE clause for database queries. NOTE: The selection script and the condition must match. If one of the properties is given then the other one also has to be given! |
Remarks |
Text field for additional explanation. |
Disabled by preprocessor |
If an object definition is excluded through a preprocessor condition, this option is set by the Database Compiler. |
Insert values |
Default settings for fields that are assigned when a new data set is added. The input is in VB.Net syntax. NOTE: The database needs to be complied after changing modifying the values. |
Background color |
Color, with which the control for this object is displayed in the schema overview. |
Object name |
Name of the object. |
Preprocessor condition |
Object definitions can have preprocessor conditions added. This means, an object definition is only available when the preprocessor condition is fulfilled. |
Sort order |
The sort order is used for displaying the form title when an object is selected. The smaller the sort order magnitude, the stronger the restrictions defined for the object. |
Icon |
Icon for displaying the object definition. |
Table |
Table for which the object definition is created. |
Related topics
- Creating and editing object definitions
- Selection criteria for object definitions
- Using the captions for object definitions
- Display template for displaying a list
- Language-dependent data representation
- Defining insert values
- Conditional compilation using preprocessor conditions
- Icons and images for configuring the user interface