setFieldValue()

Set value in a form field.

Syntax

setFieldValue(
   fieldName STRING,
   value  STRING )
  1. fieldName is the name of the form field to set the focus on.
  2. value is the new value to set in a form field.

Usage

You can use it to set the value on a field in an application form to test this action in a scenario. For example:

CALL ggc.setFieldValue("msg", "Hello World!")