VendTrans.transOpenForVendBank Method
Finds the specified record in the VendTransOpen table.
Syntax
public VendTransOpen transOpenForVendBank(
VendBank _vendBankAccount,
DueDate _dueDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _vendBankAccount
Type: VendBank Extended Data Type
The ThirdPartyBankAccountId field of the VendTransOpen table to find.
- _dueDate
Type: DueDate Extended Data Type
The DueDate field of the VendTransOpen table to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: VendTransOpen Table
A record of the VendTransOpen table; otherwise, an empty buffer.