Share via


InventCostReport_CostBase::assignAmountToTemp Method [AX 2012]

Assigns the specified amount to an appropriate amount on an InventCostTmpTransBreakdown record.

Syntax

client server protected static void assignAmountToTemp(
    AmountMST _amount, 
    BOMCostGroup _bomCostGroup, 
    InventCostTmpTransBreakdown _inventCostTmpTransBreakdown)

Run On

Called

Parameters

  • _bomCostGroup
    Type: BOMCostGroup Table
    The specified amount that is added to or stored in an amount depending on the CostGroupBehavior or CostGroupType value from this record.

Exceptions

Exception Condition
Error

The CostGroupType value is unknown.

See Also

Reference

InventCostReport_CostBase Class