VendPrenote::find Method
Finds the specified record in the VendPrenote table.
Syntax
client server public static VendPrenote find(
CompanyBankAccount _bankAccountId,
VendAccount _vendAccount,
VendBankAccountId _vendBankAccountId,
[boolean _forupdate])
Run On
Called
Parameters
- _bankAccountId
Type: CompanyBankAccount Extended Data Type
- _vendAccount
Type: VendAccount Extended Data Type
- _vendBankAccountId
Type: VendBankAccountId Extended Data Type
- _forupdate
Type: boolean
Return Value
Type: VendPrenote Table
The concurrency model option to use when it reads the record;optional.