Skip to main content

Posts

List DataType - #albacktobasics.

Hi Readers, Hope you all are doing great. Thankyou for all your love and support with great questions and discussions. In this article we will talk about a New Datatype available in AL that was discussed in last #bcopendiscussion . Question - What is List Data Type and How to Use It? We will discuss in details about List Datatype. #albacktobasics

Microsoft Dynamics Navision Cumulative Update Summary For February 2021.

Hi Readers, A New month and new cumulative updates. Microsoft Have Released Cumulative Update for February 2021. Please find below the details of Cumulative Updates Released for Microsoft Dynamics NAV 2016, NAV 2017 & NAV 2018. Below are the Links to Download the Latest Cumulative Update. #NAV2016 #NAV2017 & #NAV2018

GST Update for Indian Localization.

Hi Readers, GST is one of the major feature for Dynamics NAV Indian Localization.  With latest cumulative update released for Dynamics NAV, Microsoft have added few localization changes related to Goods and Services Tax for India Localization. In this article we will discuss steps and what is available with latest cumulative update. #NAV2016

Microsoft Dynamics Business Central Cumulative Update Summary For February 2021.

Hi Readers, Microsoft Have Released Cumulative Update for February 2021 for Business central 14, 15, 16 & 17. Please find below the details of Cumulative Updates Released for Microsoft Business Central 14, 15, 16 and 17. Below are the Links to Download the Latest Cumulative Update. #msdyn365bc14 #msdyn365bc15 #msdyn365bc16 #msdyn365bc17

msdyn365bc Preprocessor Directives - Region Directive.

Hi Readers, In the Introduction article of series we understand different types of Preprocessor  directives available in Business Central. Preprocessor Directives are available starting Business Central 2020 Release Wave 2.  You can read other articles in this series using this link . In this article we will understand how to use Region Directives. This directives is used for better readability or for focusing on code that you are currently writing. 

msdyn365bc Preprocessor Directives - Conditional Directives.

Hi Readers, In the Introduction article of series we understand different types of Preprocessor  directives available in Business Central. Preprocessor Directives are available starting Business Central 2020 Release Wave 2.  You can read other articles in this series using this link . In this article we will understand how to use Conditional Directives. As name suggest with conditional directives this allows you to compile your code conditionally.

msdyn365bc - Preprocessor Directives in AL Introduction.

Hi Readers, Continuing what's new in business central 2020 wave 2. In this series, we’ll learn about Preprocessor Directives, available directives in AL, and when, why and how why they are used. As the name justifies, preprocessor directives are a block of statements that gets processed before the actual compilation starts. AL preprocessor directives are the commands for the compiler that affects the compilation process. #AL, #msdyn365bc