Skip to content

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
  1. In the Component Attribute, the Search Type can be set as Default or Static.
  2. If the Search Type is set to Default, change Searchable property of the control used for searching to Yes. Then, select the Type for the Search property. The default value for the Search propery's Type is Input
  3. If the Search Type is set to Static, 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.