Good Morning
Should development/integrations be done using the sandbox BC environment?
Once the integrations are built, is it better to most on the Public or Private cloud.
Thanks
Richard
Good Morning
Should development/integrations be done using the sandbox BC environment?
Once the integrations are built, is it better to most on the Public or Private cloud.
Thanks
Richard
Here is a good blog about how to setup a local sandbox within VSCode: freddysblog.com/.../developing-business-central-extensions-part-1
Development and testing must be done on a sandbox environment. You can choose to work on an online sandbox (hosted on Microsoft's datacenters) or on a local sandbox (docker container based).
I normally suggest to work with a local sandbox (docker-based) and then release your extension to a customer on the online sandbox.