Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the current transaction to post supports SubLedgerDistributions or SubLedgerJournalLines records. By default, this base implementation is that they do not. As the individual transaction support the sub-ledger, they must override this and return true.
Syntax
public boolean useSubLedgerJournalLines()
Run On
Server
Return Value
Type: boolean
true if the current transaction supports SubLedgerDistributions or SubLedgerJournalLines records; otherwise, false.