getFieldValue()

Return the value in a specified form field.

Syntax

getFieldValue(
  fieldName STRING)
  RETURNS STRING 
  1. 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.getValue("last_name")