BC Friday Tips #43 Regex Codeunit
Did you know there’s a Regex codeunit? Regex (Regular Expression) lets you search for patterns in text.
Anything about Microsoft Dynamics NAV and Microsoft Dynamics 365 Business Central Consultancy
AL and C/AL Development
Did you know there’s a Regex codeunit? Regex (Regular Expression) lets you search for patterns in text.
Did you know about “User Setup Management” codeunit?
Did you know Business Central has a built-in Math codeunit?
Math codeunit provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
Here’s this week’s #BCFridayTips for #msdyn365bc developers. Did you know that each data type in AL has built-in instance methods?
Time for #BCFridayTips for #msdyn365bc developers.
Did you know about Type Helper codeunit?
Time for #BCFridayTips for #msdyn365bc developers. Did you know the Transformation Rule is now an interface?
When working with extensions in Business Central, understanding AppVersion and DataVersion is important.
A date formula is a formula, abbreviated using combination of signs, letters and numbers, to calculate date. It is generally used to calculate date, such as Due Date or the next date for recurring...
If you are a D365 Business Central developer who works with AL language in VS Code, one useful new feature that Microsoft has recently introduced is the support for inlay hints. Inlay hints are...
In Microsoft Dynamics 365 Business Central, the ModuleInfo Data Type provides valuable information about the current extension, including the App Id, App Name, App Publisher, AppVersion, and DataVersion. This time we will explore the...