RetailStoreTable::find Method
Finds a record using the storeId parameter.
Syntax
client server public static RetailStoreTable find(RetailStoreId _storeId, [boolean _forUpdate])
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The store ID number.
- _forUpdate
Type: boolean
true if record is selected for update; otherwise, false.
Return Value
Type: RetailStoreTable Table
The record that was found.