SalesInvoiceDPBase.generateInvoiceRelatedInformation Method [AX 2012]

Creates additional information related to the invoice.

Syntax

protected void generateInvoiceRelatedInformation(CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

Remarks

This method will be overridden in the sub class to generate any additional information needed for CustInvoiceJour record, such as packaging material weight and any other custom data

See Also

Reference

SalesInvoiceDPBase Class