Branches_RU::findByVendAccount Method
Finds the record in the Branches_RU table by the vendor ID.
Syntax
client server public static Branches_RU findByVendAccount(VendAccount _vendAccount, [boolean _forUpdate])
Run On
Called
Parameters
- _vendAccount
Type: VendAccount Extended Data Type
The ID of the vendor.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: Branches_RU Table
The record that is found in the Branches_RU table.