|
Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > 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 null 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.
|