In projects where multiple developers collaborate, it can be difficult to identify the correct build tied to a pull request. Each successful build generates a new version, and manually locating the right one is time-consuming. To address this, we implemented a functionality that automatically updates the build number in the Azure DevOps repository tag after... Continue Reading →
Azure File Share and BC
In the world of ERP systems, Business Central is known for its flexibility, scalability, and adaptability to various industries. However, when you’re transitioning an on-premises Business Central solution to the cloud, one of the key challenges is handling file integrations. Our product, heavily reliant on file integrations, faced this exact hurdle. Without the ability to... Continue Reading →
Streamlining Version Visibility in DevOps Pipelines with Automated Build Tags
Managing build pipelines can often be complicated, especially when trying to identify the Business Central (BC) versions in the ever-evolving landscape of DevOps. This task becomes even more challenging with the constant updates from Microsoft, releasing new artifacts daily for both major and minor pipelines. I've implemented enhancements to our build pipeline process. To simplify... Continue Reading →
A Seamless Solution to Notify Job Queue Errors in Dynamics 365 Business Central
Our customer had a specific need: they wanted to get notified when something went wrong with the job queue in their system. While there are solutions like Azure Telemetry Signal, they come with a hitch – you have to set them up on Azure, and regular users can't do that directly in Business Central. So,... Continue Reading →
A Windows version 10.0.20348-based image is incompatible with a 10.0.19044 host
While new docker container I am getting this error DockerDo : a Windows version 10.0.20348-based image is incompatible with a 10.0.19044 host solution uninstall previous versions of BcContainerHelper and install new version Remove-Module BcContainerHelperUninstall-module bccontainerHelper -allversionsInstall-module bccontainerhelper
Business Central Create New Extension and Push to GitHub Repository
Git is a distributed version-control system for tracking changes in source code during software development, following video explain how to create new business central extension project and push extension to git repository Steps Create new Project in visual studio code Create new Repository in GitHub Check visual studio code and confirm the git enabled Initialize... Continue Reading →
Business Central Install Multiple Extensions using powershell script
One of our customer having 20 + extensions ,while setting up new environment it's very difficult to publish and install all extensions one by one , so I created one powershell script to install multiple extensions . Please check the video for more details ,thanks https://youtu.be/vClW26IeLmA Script folder Business Business Central Administration Shell
Modern Development Environment Issues
While confuguring the visual studio codes hit few errors Could not open the specified startup page. Please check that the server configuration key PublicWebBaseUrl has been properly set we need to update the public URL from powershell or administor tool and restart the service Debug app hit following error After publish the app ,its working... Continue Reading →
Nav 2016 Preview Report without Request Page
REPORT.EXECUTE Runs a report in preview or processing only mode without running the request page. The function gets the request page parameter values as an input parameter string. This is the new reporting function added on 2015 version Requirement : preview Sales invoice report without the request page Create New codeunit to generate the XML... Continue Reading →
Dynamics Nav 2016 Enable NavUserPassword authentication in simple steps
This post describes the simple steps to enable the NavUserPassword authentication Download the poweshell script form Dropbox Link Run Script as administrator Run mmc.exe to open management console File -> Add/Remove Snap-in Select Certificate -> Add -> Select Computer account finish New Certificate created on Personal Certificate folder with 10 year validity Copy Certificate... Continue Reading →
