Business Central 2023 wave 2 (BC23): Automatically update AppSource apps with minor updates (Apps Update Cadence)

In 2023 release wave 2 (BC23), Microsoft is introducing an environment-level setting that automatically updates all installed apps with every minor update, and lets you schedule individual app updates to take place during the environment’s update window: Apps Update Cadence

Source : Dynamics 365 Lab
Read more…

Regex system app

This post is about the system app Regex. It provides a set of functions that are quite useful when working with text search and replace. If you have a pattern, validations for e-mail, url, phone no. etc. can be done with a single line of code. Four main methods offered by Regex app are IsMatch, Match, Replace and Split. These methods are available with different overloads.

Source : My Business Central Diary
Read more…

Automated deploy of apps to Business Central with dependencies

One of the things that can be really annoying in Dynamics NAV or Business Central is the dependent apps.

What are dependent apps?

Some partners have made a base app that will contain all the basic functionality, that they use with all customers. Then they create apps that can be added to the solution but basing the solution on some data or functionality from the base app.

Source : PEIK’S CORNER
Read more…