ExecuteQuery2 Method for a Business Component

The ExecuteQuery2 method uses criteria form another method, such as SetSearchSpec, to return a set of business component records. Allows you to control the number of records Siebel CRM returns.

Format

BusComp.ExecuteQuery2 ([cursorMode], ignoreMaxCursorSize)

The following table describes the ignoreMaxCursorSize argument for the ExecuteQuery2 method. For information about the cursorMode argument, see ExecuteQuery Method for a Business Component.

Argument Description

ignoreMaxCursorSize

You can use one of the following values:

  • TRUE. Returns every record from a business component. This value might result in lower performance.

  • FALSE. Returns the number of records according to the value in the MaxCursorSize argument. You can define the MaxCursorSize argument in the Siebel application configuration (CFG) file.

Used With

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