SalesInvoiceDPBase.insertTaxes Method [AX 2012]

Inserts the invoice taxes information.

Syntax

protected abstract void insertTaxes(CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

Remarks

This method should be overridden in the sub classes to get the right taxes information and be inserted in the right tables.

See Also

Reference

SalesInvoiceDPBase Class