Share via


VendInvoiceTableToLineUpdatePrompt_W.isFieldChanged Method [AX 2012]

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

Syntax

protected boolean isFieldChanged(FieldId _arrayFieldId)

Run On

Called

Parameters

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 sourceTable, as xRecord.orig().(fieldId) does not compile.

See Also

Reference

VendInvoiceTableToLineUpdatePrompt_W Class