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 cost amounts for a specified store and shelf.
Syntax
client server public static CostAmount totalCostAmount(
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: CostAmount Extended Data Type
The total cost amount of the transactions for the specified store.