Share via


BOMDesignerCtrl.pmfBuildCoByNode Method [AX 2012]

Adds the base node for co-byproduct tree and creates the leaves for the tree.

Syntax

private void pmfBuildCoByNode(int _parentNodeId, container _coByData)

Run On

Called

Parameters

  • _parentNodeId
    Type: int
    The ID of the co-byproduct node to be added.
  • _coByData
    Type: container
    The data that will be added to the new co-byproduct base node.

See Also

Reference

BOMDesignerCtrl Class