Share via


COSCostBalances::getCostsFixVar Method

Retrieves the fixed and variable amount balance for the specified combination of the cost category, dimension value, calculation, and forecast model from a specified time interval.

Syntax

client server public static container getCostsFixVar(
    COSAccountNumber _account, 
    COSCostDimension _costCode, 
    Num _num, 
    FromDate _from, 
    ToDate _to, 
    COSCalculationId _calc, 
    COSCostValueType _valueType, 
    COSPlanModelId _model)

Run On

Called

Parameters

Return Value

Type: container
A container with the fixed and variable cost balance.

Remarks

The values are retrieved from the database table.

See Also

Reference

COSCostBalances Table