Share via


PurchInvoiceJournalPost.createReportData Method [AX 2012]

Creates the data that can be used by the report.

Syntax

public boolean createReportData(FormletterJournalPrint _formletterJournalPrint)

Run On

Server

Parameters

Return Value

Type: boolean
true if the data is created; otherwise false.

Remarks

In the base class it always returns false. It should be ovewritten in the child classes that create the report data.

See Also

Reference

PurchInvoiceJournalPost Class