PmfSimulator.updateRecord Method [AX 2012]

Updates the simulated record with the actual record.

protected abstract void updateRecord(Common _actualRecord)

Run On

Called

Parameters

_actualRecord
Type: Common Table
The actual record to update the simulated record from.

The class that implements this method should call the updateField method when it updates each field. The class that implements this method is responsible to define which fields are to be updated.

Community Additions

ADD
Show: