VersionControl.canCreate Method [AX 2012]

Indicates whether the base rules can be created in version control.

public boolean canCreate(TreeNode _node)

Run On

Client

Parameters

_node
Type: TreeNode Class
The tree node instance.

Return Value

Type: boolean
true if the tree node can be created in version control; otherwise, false.

This method is called before the SystemVersionControlSystem.commandAdd method.

Community Additions

ADD
Show: