Share via


COSBudgetExpansion.cosNewBalancesExp Method [AX 2012]

Updates the budget values in balances for a cost and service budget.

Syntax

protected void cosNewBalancesExp(
    COSCostDimensionCode _dimensionCode, 
    COSCostDimensionValue _sysDim, 
    COSAccountNumber _cosAccountNumber, 
    COSUnitID _cosUnitID, 
    COSDebitCodeId _cosDebitCodeId, 
    COSTransDate _cosTransDate, 
    COSAmount _cosAmount, 
    COSPlanModelId _cosPlanModelId, 
    int _cosBudgetType)

Run On

Server

Parameters

  • _cosBudgetType
    Type: int
    The budget type: costs or services.

See Also

Reference

COSBudgetExpansion Class