Form field interaction

The Genero BDL API for GGC provides functions for interacting with simple form fields.

Table 1. Functions for interacting with simple form fields
Function Description
setFieldValue(
   fieldName STRING,
   value  STRING )
Set value in a form field.
setFocus(
   fieldName   STRING )
Set focus on a field.
setValue(
   value  STRING )
Set value in the current field.