Share via


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

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

See Also

Reference

RetailUserStoreTable Table