CostSheetNode.new Method [AX 2012]

Initializes a new instance of the CostSheetNode class.

protected void new(
    CostSheetNodeTable _costSheetNodeTable, 
    CostSheetNodeId _parentNodeId, 
    CostSheetModeStrategy _modeStrategy)

Run On

Called

Parameters

_costSheetNodeTable
Type: CostSheetNodeTable Table
The record in the CostSheetNodeTable table that will be used to initialize this object.
_parentNodeId
Type: CostSheetNodeId Extended Data Type
The ID of the parent node.
_modeStrategy
Type: CostSheetModeStrategy Class
The CostSheetModeStrategy object that controls the creation of the costing sheet.

Community Additions

ADD
Show: