The system function ConsoleLib.displayFieldsByName displays form field values to the Console. If data elements are bound to the fields, the data will be retrieved from those elements and formatted according to the rules specified with the form field. For an unbound form field, data can be set directly to these fields by accessing the ConsoleField.value field.
ConsoleLib.displayFieldsByName( consoleFieldName1 ConsoleFieldName in { , consoleFieldName1 ConsoleFieldName in})
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib