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.
Gets the VendBankAccount record from the ledgerJournalTrans record.
Syntax
private VendBankAccount getVendorBankFromLedgerJournalTrans(VendTable _vendTable, VendBankAccountId _bankAccount)
Run On
Server
Parameters
- _vendTable
Type: VendTable Table
The vendor table record.
- _bankAccount
Type: VendBankAccountId Extended Data Type
The vendor bank account ID.
Return Value
Type: VendBankAccount Table
The vendor bank account record.