In this article
The Search widget allows users to search for contacts and accounts. A search string is entered into the "input" field, and search results are displayed.
The Search widget enables users to search for various entities such as contact names and accounts.
The user inputs a search string into the "input" field, and the search is performed automatically. When the user selects one of the displayed search results, they are redirected to a report page displaying information about the chosen result.
Setting up a Search Widget using CDL
widget search {
table: contacts:
layoutArea: "header"
value: @cr.fullContactName
navigateTo: "Contact"
}For details of the properties and settings, refer to widget search in the CDL Reference Guide.