Share via


CostSheetCalculationFactor::findCostingVersion Method

Returns the most appropriate calculation factor for a set of parameters.

Syntax

client server public static CostSheetCalculationFactor findCostingVersion(
    CostSheetNodeId _calculationNodeId, 
    ItemId _itemId, 
    ItemGroupId _itemGroupId, 
    InventSiteId _inventSiteId, 
    CostingVersionId _versionId, 
    FromDate _fromDate, 
    CostSheetCalculationFactor _tmpCostSheetCalculationFactor, 
   [boolean _forUpdate, 
    CostSheetId _costSheetId])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.
  • _costSheetId
    Type: CostSheetId Extended Data Type
    A costSheetId, reserved for future releases, where multiple costing sheets will be used; optional.

Return Value

Type: CostSheetCalculationFactor Table
The most appropriate record for the specified version ID.

See Also

Reference

CostSheetCalculationFactor Table