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.
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.