Business central, Microsoft Dynamics 365 Business Central

Unsupported field change

In my Extension I added a text filed and later I want to change it as a Flow Field then I got the fallowing error.

To get around this, you need to specify the: “schemaUpdateMode” : “Recreate” in the launch.json file.

Advertisement
Business central, Microsoft Dynamics 365 Business Central

VS Code Setup for Dynamics 365 Business Central Wave 2 and download symbol issue

Error :

error AL1045: The package cache

The request for path /BC150/dev/packages?publisher=Microsoft&appName=System&versionText=15.0.0.0 failed with code NotFound. Reason: Not Found

After downloading Dynamics 365 BC Wave 2 I encountered above two issues.

I did change fallowing things to my helloworld app , then it started working. Hope this information will help someone.

  1. Download Latest version of VS Code
  2. Check you have the latest version of AL Extension for VS code (mine as of 10-11-2019)

  1. Make sure developer services are enabled in config

  1. Select extension target platform as Wave2

  1. Update config in launch.json

  1. Now you can download symbols

Happy to learn if I miss anything in this article. #BCALhelp