Share via


AxMCRCustTable.emptyRecord Method [AX 2012]

Creates an empty record for the table, to which the AxBC class relates.

Syntax

protected Common emptyRecord()

Run On

Called

Return Value

Type: Common Table
An empty record from the table to which the AxBC class relates.

Remarks

Before inserting new records, the emptyRecord method in the AxInternalBase class must be implemented, in order to obtain a cleared record that is used when you create and instance of the class.

See Also

Reference

AxMCRCustTable Class