Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Other Preprogrammed SmartScript Methods >

CurrentQuestion


CurrentQuestion returns the current question of the executing SmartScript.

Syntax

CurrentQuestion

Returns

The current question of the executing SmartScript.

Usage

The CurrentQuestion method returns the current question of the executing SmartScript. This will always return a question object if the script is actively executing. CurrentQuestion is declared as a SmartScriptQuestion object.

Siebel SmartScript Administration Guide