Field Item
A field item indicates a field in the table or tables that have been used in the search file.
Attributes
Name | Description | Value |
---|---|---|
field | The field name. | Any existing field name of a table that exists in database (table.fieldname) |
label | The name that will appear next to the criterion box and/or on top of the results column. | A glossary key |
alias | The field alias | Any string |
expression | A specific value. | VALUE |
datatype | The type of the field. | ftxString, ftxInteger, ftxBigDecimal, ftxDateTime, ftxMemo |
fieldlen | The field length. | Any number |
lookup | Shows a drop-down list in the search criteria. | A reference to a search page element and to the id - value fields dataset;<directory_name>.<filename>;<entity_id>;<entity_search_vaue> |
searchcriteria | Defines if the field should be included in the search criteria or not. | 1, 0 |
visible | Defines if the field should be included or not in the results. | 1, 0 |
executable | Indicates if the field will be included in the query. | 1, 0 |
indexorder | The order number of the field to be displayed. | Any number |
casesensitive | If set to false then the search by this field is case insensitive, otherwise it is case sensitive. | true, false |
displaytype | Used when a manually created drop-down list is needed. | combobox[;option_value;option_key]+ |