CustVendOutPaym.output Method [AX 2012]
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. |