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

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

See Also

Reference

RetailStoreAddressBook Table