Author's posts
BCContainerHelper is a PowerShell module that makes it easier to work with Microsoft Dynamics 365 Business Central and NAV Containers on Docker. The BCContainerHelper module contains many valuable functions that do much more than basic container management. I use this module in some form daily. Many BCContainerHelper module functions have switches and parameters; however, some …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/06/set-bccontainerhelp-default-configuration-values/
The June updates for Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade and ensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/06/june-2022-cumulative-updates-for-dynamics-365-business-central-and-microsoft-dynamics-nav/
When accepting user input in a field, it may be necessary to validate that the value matches a particular pattern. In early versions of Microsoft Dynamics NAV, you could use the RegEx dotNet libraries to validate input against a regular expression. The RegEx dotNet libraries are not directly available in Dynamics 365 Business Central; however, …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/06/validate-field-pattern-with-regular-expression-in-dynamics-365-business-central/
With each update of Dynamics 365 Business Central, Microsoft enhances what is often referred to as the base application and enhances the development environment. Dynamics 365 Business Central 2022 Wave 1 has several exciting new features in the development environment. One of the exciting features is the In-Client Performance Profiler In 2021 release wave 2, …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/06/business-central-2022-wave-1-in-client-performance-profiler/
Repeatability is important! Right alongside that, in my opinion, is efficiency. A recent task required me to set up several Application Services setups, including setting the log on account and password. I could have done all of these manually; however, I found it more efficient and repeatable to set up a script to handle the …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/06/set-a-windows-service-log-on-account-and-password-with-powershell/
Reading this blog, one may think I focus on WordPress development and enhancements. That is not the case by any means. The focus of my career focused on the implementation of Microsoft Dynamics 365 Business Central. The concept behind this blog is to share bits of [technical] “stuff” that I encounter on my journey. The …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/05/add-twitter-card-to-wordpress-without-plugin/
In keeping true to the concept of this blog, “Follow the life of an ERP developer, one post at a time,” this post allows you to “follow” something that I needed to crush – deleting files older than a specific number of days or hours including subfolders. Many moons ago, I created an application that …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/05/delete-files-within-subfolders-older-than-a-certain-period-using-powershell/
When working with Project Planning in Azure DevOps, Sprints are easy to create and assign to Work Items. While there is an easy way to make a Sprint, the option to delete a sprint in Azure DevOps isn’t quite as obvious. It may not often be that you want to delete a sprint (which may …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/05/how-to-delete-a-sprint-in-azure-devops/
The May updates for Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central are now available. Before applying the updates, you should confirm that your implementation is ready for the upgrade andensure compatibility with your modifications. Work with a Microsoft Partner to determine if you are ready and what is needed for you to apply …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/05/may-2022-cumulative-updates-for-dynamics-365-business-central-and-microsoft-dynamics-nav/
With each update of Dynamics 365 Business Central, Microsoft enhances what is often referred to as the base application and enhances the development environment. Dynamics 365 Business Central 2022 Wave 1 has several exciting new features in the development environment. One of the exciting features is that Users can Export Report Datasets to XML. Users …
Continue reading
Permanent link to this article: https://www.dvlprlife.com/2022/05/business-central-2022-wave-1-users-can-export-report-datasets-to-xml/