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

GetInitialCurrencyCode


GetInitialCurrencyCode returns the currency code for the question before the script was executed.

Syntax

GetInitialCurrencyCode

Returns

The initial currency code for the question, as a string.

Usage

GetInitialCurrencyCode returns the currency code for the question (if it is a currency 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 by Siebel VB or Siebel eScript in a Script_Open procedure. GetInitialCurrencyCode is declared as a string.

See Also

GetCurrentCurrencyCode and GetPriorCurrencyCode.

Siebel SmartScript Administration Guide