Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the individual parts of a field array have been changed.
Syntax
protected boolean isFieldChanged(FieldId _arrayFieldId)
Run On
Called
Parameters
- _arrayFieldId
Type: FieldId Extended Data Type
The field to check.
Return Value
Type: boolean
true if the field value changed; otherwise, false.
Remarks
This must be done by each module on the concrete table. The field comparison will not work directly on the source table, because xRecord.orig().(fieldId) does not compile.