Share via


TaxComplementaryInvoice.useSubLedgerJournalLines Method [AX 2012]

Indicates whether the current transaction supports subledger distributions or subledger journal lines.

Syntax

public boolean useSubLedgerJournalLines()

Run On

Server

Return Value

Type: boolean
Always returns true.

Remarks

By default, the base implementation is that they do not support subledger distributions or subledger journal lines. As the individual transaction supports the subledger, it will override this and return true.

See Also

Reference

TaxComplementaryInvoice Class