Search Type
The search type for the list can be configured, if it is set to the default, search is possible based on the Searchable
property of the Table Column Control
in the list. If it is set to Static
, a control used as a search condition is placed in the Toolbar area of the list, and the data is searched based on the value entered or selected in that control.
[Image1 Before configuring Search Type
]
[Image2 Search Type
– Default Configuration]
[Image3 Search Type
- Static Configuration]
- How To Create
- In the Component Attribute, the Search Type can be set as Default or Static.
- If the Search Type is set to
Default
, changeSearchable
property of the control used for searching toYes
. Then, select the Type for the Search property. Thedefault
value for the Search propery's Type isInput
- If the
Search Type
is set toStatic
, place a control in the Toolbar area of the list to be used as a search condition. The search is performed based on the value entered or selected in the search condition control.
INFO
In the Control Attribute, the Field
selects the field of the Business Object for searching. The data is searched based on the comparison between the selected field of the Business Object and the entered or selected value.