Share via


TaxFreeInvoice_Invoice.useSubLedgerJournalLines Method [AX 2012]

Determines whether the current transaction to post supports the SubLedgerDistributions or SubLedgerJournalLines records. By default, this base implementation is that they do not support them. As the individual transaction support the sub-ledger, they must override this method, and return true.

Syntax

public boolean useSubLedgerJournalLines()

Run On

Server

Return Value

Type: boolean
true if the current transaction to post supports the SubLedgerDistributions or the SubLedgerJournalLines records; otherwise, false.

See Also

Reference

TaxFreeInvoice_Invoice Class