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.
Create a Ledger Journal Trans record for a payment associated with a retail sales order.
Syntax
client server private static LedgerJournalTrans createLedgerJournalTransForPayment(
LedgerJournalTable _ledgerJournalTable,
SalesTable _salesTable,
CurrencyCode _currencyCode,
Voucher _voucher)
Run On
Called
Parameters
- _ledgerJournalTable
Type: LedgerJournalTable Table
Parent Ledger Journal for the payment.
- _salesTable
Type: SalesTable Table
Sales order the payemnt is associated with.
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency of the payment.
- _voucher
Type: Voucher Extended Data Type
Voucher for the payment.
Return Value
Type: LedgerJournalTrans Table
Ledger Journal Trans record initialized with defaults for retail sales order payment.