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
- _costSheetId
Type: CostSheetId Extended Data Type
The costing sheet ID.
- _costSheetNodeId
Type: CostSheetNodeId Extended Data Type
The costing sheet node ID.
- _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.