InventTransOrigin::calcMarkedCostValue Method
Calculates the cost value of specified marked transactions.
Syntax
client server public static container calcMarkedCostValue(
InventTransOriginId _markingRefInventTransOrigin,
ItemId _itemId,
boolean _inclPhysicalCostValue,
InventTransOriginId _inventTransOriginId)
Run On
Called
Parameters
- _markingRefInventTransOrigin
Type: InventTransOriginId Extended Data Type
The ID of one of the marked inventory transaction originators.
- _itemId
Type: ItemId Extended Data Type
The ID of the item involved in the marking.
- _inclPhysicalCostValue
Type: boolean
true if the physical cost values should be included in the calculated value; otherwise, false.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The ID of the inventory transaction originators marked with a _markingRefInventTransOrigin parameter.
Return Value
Type: container
A container that contains the quantity and cost value of the marked transactions.