Siebel Object Interfaces Reference > Interfaces Reference > Business Component Methods >

GetSearchExpr Method


GetSearchExpr returns the current search expression for the business component.

Syntax

BusComp.GetSearchExpr

Argument
Description

Not applicable

 

Returns

A string containing the current search expression. An example of a returned search expression string is the following:

"[Revenue] > 10000 AND [Probability] > .5"

Usage

GetSearchSpec retrieves the business component state, not the values. The business component state does not change until the query is executed. Note that it may never change to the original value if the user input is invalid.

When using GetSearchExpr in a browser script and the Applet_PreInvokeMethod, GetSearchExpr returns a null value even if a query filter has been added.

Used With

Browser Script, COM Data Control, COM Data Server, Java Data Bean, Mobile Web Client Automation Server, Server Script

Related Topics

GetNamedSearch Method
GetSearchSpec Method
SetSearchExpr Method

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.