Who do we talk to, or where do we go to acquire a development environment as a Dynamics ISV for Dynamics 365 Business Central?
Also is there any documentation available for converting a NAV FOB-based solution to a Business Central Solution?
Thanks!
At the moment you’ve to be in the Ready! Program to access the D365BC images. But wait few days (April 2) and you can access a demo environment, an online sandbox and also a container-based environment on Azure or on your local machine. More info here:
How about a D365 Business Central Sandbox or on premise installation media so we can develop and test against the functionality?
I started running our stuff through the converter, so many thanks for the links so far. That's been a huge help.
The development environment is Visual Studio Code, freely available from here:
https://code.visualstudio.com/
Regarding converting objects from C/AL to AL:
docs.microsoft.com/.../devenv-txt2al-tool
for conversion, C/AL objects must use events, so in many cases a simple conversion is not enough.