The Search widget provides an outgoing event that is broadcast
to the other widgets on the page. The data that is included in the
payload of this broadcast event is processed by any widget that has
a corresponding handled event.
Search cases event
| Description |
The user started a search for cases. |
| Event ID |
icm.SearchCases |
| Type |
Broadcast |
| Payload |
- caseType
- The symbolic name of the case type that is being searched. If
the search is across a solution, the value of this parameter is "".
- searchTemplate
- An ecm.model.SearchTemplate object that represents
the template that is being used for the search.
- caseTypeTitles
- A JSON object that identifies the titles of the type of cases
being searched for. The structure of this object is as follows:
{
"caseType1SymbolicName": "title1SymbolicName",
"caseType2SymbolicName": "title2SymbolicName",
"caseType3SymbolicName": "title3SymbolicName",
}
- detailsViewProperties
- An array of JSON objects that identify the properties that are
to be displayed in the details view of the Case List widget. Each
property element in the array has the following structure:
{display name, orderable, symbolic name, type}
- magazineViewProperties
- An array of JSON objects that identify the properties that are
to be displayed in the magazine view of the Case List widget. Each
property element in the array has the following structure:
{display name, orderable, symbolic name, type}
- ceQuery
- A user-provided Content Platform Engine query statement that is
used to search cases.
|