VersionControl.canCheckOut Method [AX 2012]

Indicates whether the base rules can be checked out.

public boolean canCheckOut(TreeNode treeNode)

Run On

Client

Parameters

treeNode
Type: TreeNode Class
The tree node instance.

Return Value

Type: boolean
true if the tree node can be checked out; otherwise, false.

This method is called before the SystemVersionControlSystem.commandSynchronizeAndCheckout method.

Community Additions

ADD
Show: