Share via


AxTrvEnhancedTaxInfo.emptyRecord Method [AX 2012]

Gets an empty TrvEnhancedTaxInfo record.

Syntax

protected Common emptyRecord()

Run On

Called

Return Value

Type: Common Table
An empty TrvEnhancedTaxInfo record.

Remarks

In order to obtain a cleared record that is used when you initialize before inserting new records, the abstract emptyRecord method on the AxInternalBase class must be implemented.The overriding methods must follow the following template: (Code Example Removed)

See Also

Reference

AxTrvEnhancedTaxInfo Class