The system function ConsoleLib.isFieldModified identifies for OpenUI form/fields, whether a field has been modified during the current OpenUI Statement. For OpenUI screenarray (arrayDictionary), it returns whether the field in the current row has been modified since the cursor entered the row.
This function is valid on commands that modify fields and does not register the effect of statements that appear in a BEFORE_OPENUI clause. You can assign values to fields in these clauses without marking the fields as touched.
ConsoleLib.isFieldModified(consoleFiled1 ConsoleField in) returns (result BOOLEAN)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib