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.
Initializes a recordSortedList that contains the actual cost broken down on cost groups for an inventory transaction.
Syntax
client server public static InventCostTransCostList newActualCostList(
    InventTable _inventTable, 
    InventTransOrigin _inventTransOrigin, 
    InventTrans _inventTrans, 
    InventCostVarianceType _varianceType, 
    DimensionDefault _dimension, 
    InventItemPrice _inventItemPrice, 
    Qty _qty)
Run On
Called
Parameters
- _inventTable
 Type: InventTable Table
 An InventTable buffer that is used to initialize the cost list.
- _inventTransOrigin
 Type: InventTransOrigin Table
- _inventTrans
 Type: InventTrans Table
 An InventTrans buffer for which the actual cost is calculated.
- _varianceType
 Type: InventCostVarianceType Enumeration
 An InventTransVarianceType that is used to initialize the cost list.
- _dimension
 Type: DimensionDefault Extended Data Type
 The dimension that is used to initialize the cost list.
- _inventItemPrice
 Type: InventItemPrice Table
- _qty
 Type: Qty Extended Data Type
 The quantity that is used to initialize the cost list.
Return Value
Type: InventCostTransCostList Class
A recordSortedList that contains the actual cost broken down on cost groups for the given quantity.