GetValue Method for a Control

The GetValue method returns the value that a control displays for the data type of the field that the control references. The type of value depends on the specific control. This method returns the value in a string.

The GetValue method cannot return a literal value that a user provides as input to a control. This method returns the value that Siebel CRM stores for the user entry, according to the data type of the field that the control references.

Format

controlVar.GetValue

No arguments are available.

Usage

For more information, see Usage for the GetValue Method and the SetValue Method in SetValue Method for a Control.

Used With

Browser Script

Examples

For an example, see Examples for the GetValue Method and the SetValue Method in SetValue Method for a Control.