PmfFormCtrl.fieldModified Method [AX 2012]

Executes when a field is modified.

public void fieldModified(FieldId _fieldId)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The Field ID of the field that was modified.

The base implementation of this method calls the same method on all PmfFormCtrl objects that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form must only call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with this object.

Community Additions

ADD
Show: