Share via


CostSheetCalculationFactor::findCurrent Method

Finds the current active calculation factor for a set of parameters.

Syntax

client server public static CostSheetCalculationFactor findCurrent(
    CostSheetNodeId _calculationNodeId, 
    TableGroupAll _itemCode, 
    CostItemRelation _itemRelation, 
    InventSiteId _inventSiteId, 
    CostSheetCalculationFactor _tmpCostSheetCalculationFactor, 
   [boolean _forUpdate, 
    CostSheetId _costSheetId])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the found record should be selected for update; optional.

Return Value

Type: CostSheetCalculationFactor Table
The record with the current active calculation factor.

See Also

Reference

CostSheetCalculationFactor Table