How to: Check Elements Out of the Version Control System
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
If you use a version control system, you must check items out from the Application Object Tree (AOT) or from Visual Studio before you can edit them.
Checking out an element
To check out an element from the AOT
In the AOT, right-click the element, and then click Check Out.
Note
If you see an Add to Version Control option instead of a Check Out option, the element has not yet been added to the version control system. Click Add to Version Control, and then check in the item.
The Check Out command synchronizes the local copy with the version control system copy before checking it out. You can select multiple items in the AOT and check them out in one step.
Note
You can only check out whole elements, not their individual members. For example, you cannot check out a method without checking out the class that contains it.
See also
How to: Add Elements to the Version Control System