RetailStoreTable::findInventLocation Method
Finds the record in the InventLocation table that is based on the InventLocationId field in the retail store.
Syntax
client server public static InventLocation findInventLocation(RecId _storeId)
Run On
Called
Parameters
- _storeId
Type: RecId Extended Data Type
The Id number of retail store.
Return Value
Type: InventLocation Table
A record in the InventLocation table; otherwise, an empty record.