SearchWidget
The SearchWidget rule can be configured to perform,
- Policy Search
- Client Search
- Group Customer Search
- Case Search
The search links will be available in the search widget only if the rule is configured and are displayed in the order of configured name. If the rule is not configured, then default order and availability will be maintained as listed above.
Note: The <Name> element of SearchWidget rule will override the default availability and order of search links.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<SearchWidget> | This is the start and end tag of the element. | ||
TITLE | Optional: Defines the display name that will appear at the top of the widget | String | |
COMMENT | Optional: Defines the description of Widget | String | |
<Name> |
Optional and Repeatable Element: Search link configured here will be set the order and availability of the search link on Search Widget. |
Codevalue from AsCode codeName 'AsCodeSearchWidget' |
XML Schema
<SearchWidget TITLE="[String]" COMMENT"[String]">
<Name>CodeValue of AsCode CodeName='AsCodeSearchWidget'</Name>
</SearchWidget>