ICustomerSearch Interface

Definition

Represents the features necessary for providing search features to desktop.

public interface class ICustomerSearch
public interface ICustomerSearch
type ICustomerSearch = interface
Public Interface ICustomerSearch

Properties

DisplayInQuickAccessSearchList

Gets a Boolean value that specifies whether the search control should be accessible via a quick access display.

QuickAccessSearchElementText

Gets the text that the search control should be display if it is rendered in the quick access display.

Methods

DoSearch(CustomerEntity)

Executes a search command, where the data is an initialized class.

DoSearch(String)

Executes a search command, where the data is of type string.

DoSearchFromCtiRequest(String)

This method is used by the CTI system to handle a specialized CTI lookup request.

Events

CustomerSearchResult
Obsolete.

Raised by the search control to indicate a search has been completed. This event is consumed by the core Desktop system and is used to start a new session in the integrated agent desktop.

Applies to