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 total cost amount for a specified retail department based on the retail group and item values for the specified transaction dates.
Syntax
client server public static RetailNetAmount fromTototalCostAmount(
EcoResCategoryId _categoryId,
ItemId _itemId,
[date _dateFrom,
date _dateTo,
TimeOfDay _timeFrom,
TimeOfDay _timeto])
Run On
Called
Parameters
- _categoryId
Type: EcoResCategoryId Extended Data Type
A category value.
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _dateFrom
Type: date
A from date value.
- _dateTo
Type: date
A to date value.
- _timeFrom
Type: timeOfDay
A from time value.
- _timeto
Type: timeOfDay
A to time value.
Return Value
Type: RetailNetAmount Extended Data Type
The total cost amount of the sales transaction.