Is the full value being extracted from our D365F&SCM system?

The approach to most implementations of a D365 system is a clean system, meaning no modifications. This contrasts with the systems predecessors, Axapta and Dynamics AX, where most systems were modified, and some were to the extreme.

Continue reading

DevOps project setup for D365F&SCM

D365F&SCM uses DevOps for both managing the items and tasks to be completed on the system, but also as a version control for the code. When setting up a new development machine, it is important to configure the environment to use DevOps so you can store your code changes and pull all the code others have completed.

There are several steps that need to be completed, and since this is not something that is often undertaken by a developer often, it is useful to have a documented process on how it should be configured. The exact configuration for each implementation will be different. It will depend on the role the development instance will undertake, so the setup should be documented for each implementation. This guide will walk through a basic setup that, once completed, will allow the developer to change the system and release them to DevOps.

Continue reading

Visual Studio – Unable to preview the report, install the business intelligence developemnt studio feature

When running visual studio 10 for development of reports on AX2012 R2 you might encounter the error “unable to preview the report, install the business intelligence developemnt studio feature”. This is caused by a missing component, required by visual studio 2010, to edit and preview the reports.

Continue reading