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

GetCurrentExchangeDate


GetCurrentExchangeDate returns the exchange date for the most recent currency question.

Syntax

GetCurrentExchangeDate

Returns

The current currency exchange date entered in response to the current question, as a string.

Usage

GetCurrentExchangeDate returns the current currency exchange date entered by the user for this question (if a currency question). This may have changed many times as the user worked through the script. GetCurrentExchangeDate is declared as a string.

See Also

GetInitialExchangeDate and GetPriorExchangeDate.

Siebel SmartScript Administration Guide