Dear Friends,
I have a case:
1/ I have created a extension, and I want to upload it to D365 BC Sandbox. How to upload a extension to Dynamics 365 Business Central?.
Dear Friends,
I have a case:
1/ I have created a extension, and I want to upload it to D365 BC Sandbox. How to upload a extension to Dynamics 365 Business Central?.
We don't have an option to upload directly to Sandbox you need to publish it using VS Code. Please check this video
www.youtube.com/watch;v=pXaSsDjIwBE
Hi Cuong,
As Stefano mentioned you can directly upload the .app file to Sandbox by hitting Ctrl+F5.
In order to build you need to have a launch.json as well as app.json file configured to the right tenant.
After which the package will automatically be deployed to your Sandbox Environment.
When deploying to Production you'll need the .app file and upload the extension.
To upload an extension to a D365BC sandbox, the wasy way to do that is directly from Visual Studio Code (AL:Publish).
On a local sandbox you can use also Powershell.