Monday, October 26, 2020

Mandatory Affixes as per AppSourceCop Rule AS0011 in Microsoft Dynamics Business Central

 Hi All, 

I hope you'll are doing well. 

Business Central 17 has come up with a lot of improvements and functionalities, and one of them is Mandatory Affixes which is very important for developers w.r.t Code Standardization and managing their objects.

AppSourceCop Rule AS0011: An affix is required

Now, what does that mean! Let's look into it in detail. 

Monday, October 12, 2020

Enum.FromInteger Method in Microsoft Dynamics 365 Business Central

Hi All, 

Long time no see... I hope you'll are doing well. 

We have already discussed Enums in one of the blogs. If you haven't checked it already,  refer: https://jyotsnanav.blogspot.com/2020/06/enum-and-how-to-use-and-extend-them-in.html 

Today, we'll talk about how Enums can be used and returns an enum with the integer value. The method used is Enum.FromInteger

This method takes the Integer (Enum Ordinal) and returns the value of the Enum.

Syntax: