Share via


TaxEmplAdvance_RU.useSubLedgerJournalLines Method [AX 2012]

This method returns a Boolean value that indicates whether the current transaction that is being posted supports subledger distributions or subledger journal lines.

Syntax

public boolean useSubLedgerJournalLines()

Run On

Server

Return Value

Type: boolean
true if the current transaction that is being posted supports SubLedgerDistributions or SubLedgerJournalLines records; otherwise, false.

Remarks

By default, transactions that are being posted do not support subledger distributions and subledger journal lines in the base implementation.

As individual transactions support the subledger, they will need to override this method and return true.

See Also

Reference

TaxEmplAdvance_RU Class