Share via


AxdFreeTextInvoice.processingRecord Method [AX 2012]

Called for each record that is processed during read and create.

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

A document class can override this method to receive a call back for each record being processed, such as to compute constraints that cannot be derived from the top-level record.

See Also

Reference

AxdFreeTextInvoice Class