SalesInvoiceDPBase.generateInvoiceLinesRelatedInformation Method [AX 2012]

Creates additional information related to invoice line.

Syntax

protected boolean generateInvoiceLinesRelatedInformation(CustInvoiceJour _custInvoiceJour, CustInvoiceTrans _custInvoiceTrans)

Run On

Server

Parameters

Return Value

Type: boolean
true if invoice line information have been inserted along with other related data; otherwise, false.

Remarks

This method will be overridden in the sub class to generate any additional information needed for CustInvoiceTrans record, such as customer packing slips, inventory dimensions for sales invoice and any other custom data.

See Also

Reference

SalesInvoiceDPBase Class