RetailInventItemSectionLocation::find Method
Finds a record in the RetailInventItemSectionLocation table.
Syntax
client server public static RetailInventItemSectionLocation find(
ItemId _itemId,
RetailStoreId _storeId,
RetailSectionId _sectionId,
RetailShelfId _shelfId,
[boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the record to find.
- _storeId
Type: RetailStoreId Extended Data Type
The store ID of the record to find.
- _sectionId
Type: RetailSectionId Extended Data Type
The section ID of the record to find.
- _shelfId
Type: RetailShelfId Extended Data Type
The shelf ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailInventItemSectionLocation Table
A record in the RetailInventItemSectionLocation table; otherwise, an empty record.