Share via


TaxPost_EmplAdvance_RU.useSubLedgerJournalLines Method [AX 2012]

Returns a Boolean value that indicates whether the transaction that is currently being posted supports subledger distributions and subledger journal lines.

Syntax

public boolean useSubLedgerJournalLines()

Run On

Server

Return Value

Type: boolean
Always returns true, because free text invoices support subledgers.

Remarks

By default, transactions do not support subledgers in the base implementation.

As individual transactions support subledgers, they will have to override this method and return true.

See Also

Reference

TaxPost_EmplAdvance_RU Class