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