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.
Enables output operations to be handled by the concrete PaymentFormat implementation.
Syntax
public void output(LedgerJournalTrans _ledgerJournalTrans)
Run On
Client
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans record to include on the report or in the file.
Exceptions
Exception | Condition |
---|---|
Error | This method must be overridden by the concrete PaymentFormat class; otherwise, a missing overload exception is thrown. |