Installing a Microsoft Dynamics 365 X++ Application from Within Visual Studio
Installing a Microsoft Dynamics 365 X++ Application from Within Visual Studio Mar 19, 2017 | Posted by Josh Lee | Dynamics 365 for Operations (AX7) In this blog, I will review how to install an X++ application update from within Visual Studio on a development machine running Microsoft Dynamics 365 for Operations (or D365 for short). Overview The D365 X++ application update process from a high level follows the process steps below. I will be discussing steps 1-5 as depicted below. Image courtesy of – https://ax.help.dynamics.com/en/wiki/configuring-and-installing-a-metadata-hotfix-package/ X++ Application Installation Methods There are 2 methods that you can follow to install an application hotfix on a development machine: Method 1 : Manually using the SCDPBundleInstall.exe with a bunch of command line parameters Method 2 : Within Visual Studio using the Apply Hotfix a...