PurchTable2LineUpdatePrompt.isDependentFieldChanged Method [AX 2012]

Indicates whether a field is changed.

protected boolean isDependentFieldChanged(FieldId _fieldId)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the field should be considered changed; otherwise, false.

This allows for each module to check for changes to dependent fields.

Community Additions

ADD
Show: