The first step to creating a new Dynamics 365 for Operations (Ax7) project is to setup Visual Studio Online (VSO). Visual Studio Online now supports Git version control, but if your solution will be deployed to a customer site, Microsoft recommends that you choose Team Foundation Version Control; at least for any projects that interface with Life Cycle Services (LCS).
If you haven’t already, you need to visit https://www.visualstudio.com to sign up for Visual Studio Online. You will choose an account name when you sign up. This account becomes part of the URL you will use to access all your projects.
Creating a Project in Visual Studio
Now we will create a project. I will call mine Ax7Experimentation because I plan on using this project to test functionality and try new ideas.- Click the Create project button.
- Start Visual Studio 2015 as an Administrator. I would recommend checking the box on the Compatibility tab of the shortcut properties.
- If you haven’t done so already, sign into your Microsoft Account (the one you used to create the project). If prompted, you will need to select Personal account.
- From the Team menu, select Manage Connections… to open the Team Explorer window.
- Click the Connect… link in the middle of the Team Explorer window. From the resulting dialog, select your Team Foundation Server.
- Click Connect.
- Click the Configure your workspaces link.
- Choose a local folder to store your code.
- Enter your folder name and click the Map & Get button.
- Right-click the Main folder and choose New Folder to create a folder for our metadata. Name the folder Metadata.
- To change the mapping for this folder, expand the Workspaces drop-down in the toolbar and choose Workspaces…, then click Edit…
- Remap the Metadata folder to the PackagesLocalDirectory folder by adding a new line to the grid.
- Click OK.
- When prompted, click Yes to get the latest files. There won’t be any new files however because we just created this repository.
- Click Close to close the Manage Workspaces dialog.
- Click the Pending Changes button to see the list of pending changes. Enter a check-in comment and click the Check In button.
- To do this, right-click the Main folder, choose Branching and Merging > Convert to Branch.
- Enter a comment and press Convert.