PmfSimulator.updateField Method [AX 2012]

Updates the field value of a simulated record with the corresponding field value of the actual record.

protected void updateField(Common _actual, FieldId _fieldId)

Run On

Called

Parameters

_actual
Type: Common Table
The actual record.
_fieldId
Type: FieldId Extended Data Type
The field ID of the data field record.

The modifiedField method of the simulated record is called to handle any special handling when the specified field is updated.

Community Additions

ADD
Show: