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.
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.