Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the sum of the discount amounts for a specified store and shelf.
Syntax
client server public static DiscAmount totalDiscountAmount(
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: DiscAmount Extended Data Type
The total discount amount of the transactions for the specified store.