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.
A method that allows handling output operation by the concrete PaymentFormat implementation.
Syntax
public void output(LedgerJournalTrans _ledgerJournalTrans)
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans record to be included in the report or file.
Exceptions
Exception | Condition |
---|---|
Error | This method must be overridden by concrete PaymentFormat class otherwise missing overload exception is thrown. |