F_getRegionFieldValue
This function returns the value of a region field.
The syntax is as follows:
F_getRegionFieldValue(field_name, field_type)- field_name
-
The name of the field.
The function generates a runtime exception if the region field does not exist.
- field_type
- The type of the region field such as String, Integer,
Float, Boolean, or Time. The type is
used during the transfer of the workflow definition and not for type conversion (as with the
convert function). For an array, use the [] notation as shown in the following example:
F_getRegionFieldValue(myfield, string [])This example returns a string array. All workflow field arrays are one-based.
The function generates a runtime exception if the declared type is not the same as the discovered type of the region field.