RetailTransactionSalesTrans::totalNetAmount Method
Calculates the sum of the net amounts for a specified store and shelf.
Syntax
client server public static RetailNetAmount totalNetAmount(
RetailStoreId _storeId,
RetailSectionId _sectionId,
date _dateFilter,
TimeOfDay _timeFilter)
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.
- _timeFilter
Type: timeOfDay
A transaction time value.
Return Value
Type: RetailNetAmount Extended Data Type
The total net amount of the transactions for the specified store.