Share via


VendInvoiceTableToLineUpdatePrompt_W.isDependentFieldChanged Method [AX 2012]

Indicates if a field is changed beyond the usual new != orig comparison.

Syntax

protected boolean isDependentFieldChanged(FieldId _fieldId)

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

Reference

VendInvoiceTableToLineUpdatePrompt_W Class