PurchAgreementTree_PSN.createNode Method [AX 2012]
Creates a node in the tree for the purchase agreement record.
public void createNode(
Common _common,
boolean _child,
int _parent)
Run On
CalledParameters
- _common
- Type: Common Table
A buffer containing a record of the PurchAgreementHeader table.
- _child
- Type: boolean
A Boolean value indicating the type of the node.
- _parent
- Type: int
An integer value indicating the parent of the node to be created.
Community Additions
ADD
Show: