Share via


CostSheetNodeTable::find Method

Finds a costing sheet node by using the specified costing sheet ID and node ID.

Syntax

client server public static CostSheetNodeTable find(
    CostSheetId _costSheetId, 
    CostSheetNodeId _costSheetNodeId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CostSheetNodeTable Table
A CostSheetNodeTable record; otherwise, an empty record.

See Also

Reference

CostSheetNodeTable Table