How to: Create a MorphX Development Project [AX 2012]
Updated: July 25, 2012
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
To create a project in Microsoft Dynamics AX, do as follows:
-
Click View > Project > Project. This opens the Projects window, which has both Private and Shared projects.
-
Right-click either the Private or the Shared node, click New, and then click Project to create a standard project or Test Project if you are using the Test Unit Framework.
Note You can create your own project types by creating a class that extends the project node.
-
Open the project by double-clicking it.
-
Use a drag-and-drop operation to include objects from the AOT in the project. You can create new elements from within a project by using the New command on the shortcut menu.
-
Save the project (it is automatically saved when the project window is closed).
-
If you are using version control, add the object to the version control system. Private projects cannot be checked into version control.
Note |
|---|
|
If you delete an item from a project, the item is also deleted from the AOT. To delete an item from a project but not from the AOT, right-click the item, and then select Remove. |
Tip |
|---|
|
You can also create a project or add items to a project by using the project filter function |
Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.
.