Share via


TaxPost.useSubLedgerJournalLines Method [AX 2012]

Returns a Boolean value that indicates whether the current transaction being posted supports the SubLedgerDistributions or SubLedgerJournalLines. By default, the base implementation is that the transactions do not support sub-ledgers. If the individual transactions support sub-ledgers, they will have to override this and return true.

Syntax

public boolean useSubLedgerJournalLines()

Run On

Server

Return Value

Type: boolean
true if the current transaction supports sub-ledgers; otherwise, false.

See Also

Reference

TaxPost Class