RetailCustTable::find Method
Finds the specified record in the RetailCustTable table.
Syntax
client server public static RetailCustTable find(CustAccount _accountNum, [boolean _forUpdate])
Run On
Called
Parameters
- _accountNum
Type: CustAccount Extended Data Type
The account number of the retail customers.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailCustTable Table
A record in the RetailCustTable table; otherwise, an empty record.