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.

SearchWidget: Elements and Attributes
Element/Tag Attributes Parent Element Description Element/Attribute Values

<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>

 

  <SearchWidget>

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>

XML Example

<SearchWidget TYPE="Search" TITLE="Watch List - Search">
<Name>PolicySearch</Name>
<Name>CaseSearch</Name>
<Name>CustomerSearch</Name>
<Name>ClientSearch</Name>
</SearchWidget>