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

GetInitialExchangeDate


GetInitialExchangeDate returns the exchange date of a currency question before the script was executed.

Syntax

GetInitialExchangeDate

Returns

The initial currency exchange date for a currency question as a string.

Usage

This function returns the initial currency exchange date for this question (if it is a currency 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 by Siebel VB or Siebel eScript in a Script_Open procedure. GetInitialExchangeDate is declared as a string.

See Also

GetCurrentExchangeDate and GetPriorExchangeDate.

Siebel SmartScript Administration Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.