Summary of Search, Find, and Search Result Tags

The following table describes search, find, and search result tags.

Tag Name Description

<div od-type="srchCategoryList">

Search tag that is an iterator that encloses all the search categories that Siebel CRM must display. It creates context and encloses the following tags:

  • <div od-type="srchCategory">

  • <div od-type="srchCategoryText">

  • <div od-type="srchCategoryControl">

It uses the following format:

<div od-type="srchCategoryList"> … 
<!--od section searchCategoryList close--> </div>

<div od-type="srchCategory">

Search tag that represents a search category object. It encloses the following tags:

  • <div od-type="srchCategoryText">

  • <div od-type="srchCategoryControl">

It uses the following format:

<div od-type="srchCategory"> … 
<!--od section srchCategory close--> </div>

<div od-type="srchCategoryControl">

Search tag that displays the control of the search category. It is a check box in advanced search. It must be called in the context of a srchCategory tag.

It uses the following format:

<div od-type="srchCategoryControl"/>

<div od-type="srchCategoryText">

Search tag that displays the display name of the search category. It must be called in the context of the srchCategory tag.

It uses the following format:

<div od-type="srchCategoryText"/>

<div od-type="srchResultFieldList">

Search result tag that is an iterator. It encloses all the search result fields that the search engine object contains. Siebel CRM creates result fields dynamically in the business component, and then displays them in the applet.

This tag creates a context and encloses the following tags:

  • <div od-type="srchResultField">

  • <div od-property>

It uses the following format:

<div od-type="srchResultFieldList"> … 
<!--od section srchResultFieldList close--> </div>

<div od-type="srchResultField">

Search result tag that represents a result field object. Siebel CRM must call it in the context of the srchResultFieldList tag. It encloses the <div od-property="<xxx>"/> tag.

It uses the following format:

<div od-type="srchResultField"> … 
<!--od section srchResultField close--> </div>

<div od-property="<>">

A search result tag. Depending on the value of the property attribute, it does one of the following:

  • Property is TextAlignment. Gets the text alignment property for the result field from the following object:

    Search Definition - Custom result Field

  • Property is FormattedHtml. Gets the value for the current result field from the results that Siebel CRM gets when it runs the search on the search adapter.

It uses the following format:

<div od-property/>