RetailUserStoreTable::find Method
Finds the specified record in the RetailUserStoreTable table.
Syntax
client server public static RetailUserStoreTable find(
UserId _user,
RetailStoreId _storeNumber,
[boolean _update])
Run On
Called
Parameters
- _user
Type: UserId Extended Data Type
The user ID of the RetailUserStoreTable record.
- _storeNumber
Type: RetailStoreId Extended Data Type
The store number of the RetailUserStoreTable record.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailUserStoreTable Table
A record in the RetailWorksheetMaskTable table; otherwise, an empty record.