Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record occurs in the RetailUserStoreTable table.
Syntax
client server public static boolean exist(RetailStoreId _storeId, RetailUserId _userId)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The ID number of the store.
- _userId
Type: RetailUserId Extended Data Type
The user ID of the RetailUserStoreTable record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.