Share via


ReqSetupDimForm.update Method [AX 2012]

Updates an object by using changes from a record.

Syntax

public void update(ReqItemTable _reqItemTableCallerChanged)

Run On

Called

Parameters

  • _reqItemTableCallerChanged
    Type: ReqItemTable Table
    The current table buffer of the record which this class has been instantiated from.

Remarks

This method should be called every time that changes have been made on the current record.

See Also

Reference

ReqSetupDimForm Class