RetailStoreAddressBook::find Method
Finds the specified record in the RetailStoreAddressBook table by using the specified parameter value.
Syntax
client server public static RetailStoreAddressBook find(
RefRecId _storeRecId,
DirAddressBookRecId _addressBookRecId,
RetailAddressBookType _addressBookType,
[boolean _forupdate])
Run On
Called
Parameters
- _storeRecId
Type: RefRecId Extended Data Type
The reference of the RetailStoreAddressBook record to find.
- _addressBookRecId
Type: DirAddressBookRecId Extended Data Type
The reference of the RetailStoreAddressBook record to find.
- _addressBookType
Type: RetailAddressBookType Enumeration
The type of the RetailStoreAddressBook record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStoreAddressBook Table
A record in the RetailStoreAddressBook table; otherwise, an empty record.