AxdBudgetTransaction.processingRecord Method [AX 2012]

Occurs when each record is processed during read, create, and update.

Syntax

public void processingRecord(Common _common)

Run On

Server

Parameters

  • _common
    Type: Common Table
    A table buffer for the current record that is being processed.

Remarks

This method is overridden so that values from the document can be saved for later validation.

This cannot be done in the prepareForSave method because defaulting has not been applied at that point.

See Also

Reference

AxdBudgetTransaction Class