RetailTransactionSalesTrans::totalQtySoldPrSection Method
Calculates the sum of the quantities for a specified store and shelf.
Syntax
client server public static Qty totalQtySoldPrSection(
RetailStoreId _storeId,
RetailSectionId _sectionId,
date _dateFilter)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The ID of the store.
- _sectionId
Type: RetailSectionId Extended Data Type
A section number value.
- _dateFilter
Type: date
A transaction date value.
Return Value
Type: Qty Extended Data Type
The total quantity of the transactions for the specified store.