PurchTable2LineUpdatePrompt.isFieldChanged Method [AX 2012]

Indicates whether the individual part of a field array has changed.

protected boolean isFieldChanged(FieldId _arrayFieldId)

Run On

Called

Parameters

_arrayFieldId
Type: FieldId Extended Data Type
The field to be checked.

Return Value

Type: boolean
true if the field value changed; otherwise, false.

This must be done by each module on the concrete table. The field comparison will not work directly on the sourceTable because xRecord.orig does not compile.

Community Additions

ADD
Show: