getFieldValue()
Return the value in a specified form field.
Syntax
getFieldValue(
fieldName STRING)
RETURNS STRING
- fieldName is the name of the field.
Usage
You can use it to return the value of a specified field in an application form to test this
action in a scenario. It can not be used in DISPLAY ARRAY
. For example:
DISPLAY "The last name is " || ggc.getFieldValue("last_name")