Monday, September 28, 2020

Using Azure Functions in Mirosoft Dynamics Business Central

Hi Readers, 

I hope you are doing well!

I know this blog took a while, sorry about that! But here it is!

There's a lot of talking going on w.r.t Azure functions which we can use in Business Central. ut what exactly are they? How will they benefit? How to use them? I'll answer these questions in this blog. 

Microsoft Azure is a cloud computing service that is used for building, testing, deploying, and managing applications.

Monday, September 14, 2020

Substitute a Standard Report with your Custom Report in Microsoft Dynamics 365 Business Central

 Hi Readers, 

I hope you are having a great day!

Today, we'll talk about another interesting topic of Business Central and that is, how you can use the same action and its properties that has a Standard Report and replace it with your own Custom Report and this can be done just by using simple Events. How cool is that! 

Let's get started!

As you might know, standard reports cannot be changed in Business Central. So if there are any changes required we have to create a new al file and a report layout.

Monday, September 7, 2020

Know what an Upgrade Codeunit does and how to execute it in Microsoft Dynamics 365 Business Central

 Hi Readers, 

Business Central gives you a facility to perform certain operations while you upgrade the extension i.e, changes were made to your extension and you would want to publish it. This can be done with the help of an Upgrade codeunit. There are operations that can be performed while you modify an extension and want to check something at that time. 

Some of the examples can be updating version of an app,  modifying records in a table, inserting value to a field if a new field was created in the extension. 

How to create it?