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

GetInitialValue


GetInitialValue returns the value of an answer before the script was executed.

Syntax

GetInitialValue

Returns

The initial value for the question, as a string.

Usage

GetIntialValue returns the value for the question before the user started executing the script. This value is usually empty unless the value came from a business component field or was set up as a Default Answer in the SmartScript Question Administration view or by Siebel VB or Siebel eScript in a Script_Open procedure. It is declared as a string.

See Also

GetCurrentValue and GetPriorValue.

Siebel SmartScript Administration Guide