Share via


SalesInvoiceDP.generateInvoiceLinesRelatedInformation Method [AX 2012]

Creates additional information related to invoice line.

Syntax

public boolean generateInvoiceLinesRelatedInformation(CustInvoiceJour _custInvoiceJour, CustInvoiceTrans _custInvoiceTrans)

Run On

Server

Parameters

Return Value

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

Remarks

This method will be overridden in the sub class to generate any additional information needed for the CustInvoiceTrans record.

See Also

Reference

SalesInvoiceDP Class