Share via


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

  • _dateFilter
    Type: date
    A transaction date value.

Return Value

Type: Qty Extended Data Type
The total quantity of the transactions for the specified store.

See Also

Reference

RetailTransactionSalesTrans Table