Share via


COSCostBalancesTmp::createTempFromDatabase Method

Initializes a COSCostBalances record buffer for a combination of a forecast model, calculation, and cost value type from a time interval.

Syntax

client server public static COSCostBalancesTmp createTempFromDatabase(
    COSPlanModelId _planModelId, 
    COSCalculationId _calculationId, 
    TransDate _startDate, 
    TransDate _endDate, 
    COSCostValueType _costValueType, 
   [COSVersionID _versionID])

Run On

Called

Parameters

Return Value

Type: COSCostBalancesTmp Table
The initialized COSCostBalances record buffer.

Remarks

The balances in the buffer are initialized with the current data from the database.

See Also

Reference

COSCostBalancesTmp Table