There are lots of Management Codeunit in D365 Business Central. Let us talk about one of them which is StringConversionManagement Codeunit. There are currently four procedures in this Codeunit that you can call:
– WindowsToASCII
– GetPaddedString
– RemoveDecimalFromString
– RemoveNonAlphaNumericCharacters
Tag Archives: Codeunit
How to get Access Token in Business Central using OAuth2 Codeunit
Hello, in view OAuth2 authentication method is currently popular because as of October 1, 2022, it is mandatory to connect to Business Central web services, I wanted to make a post on how to use this authentication method but through the language AL.
What Is A Single Instance Codeunit In Business Central?
In this post, you will learn what is a single instance codeunit in Microsoft Dynamics 365 Business Central. Where can we apply it, and how you can boost performance in certain situations. Finally, you will find the limitations of this approach.
Working with SOAP API and XML in AL. Generic API codeunit.
The purpose of this post is to learn the basics of working with XML and SOAP in AL. Besides, we’ll look at my suggestion of the generic API method SendRequest(), which fits most APIs without authorization. The authorization itself is not difficult to add to the general logic, but in the post, they are not considered due to their large number and often unique logic
Dynamics 365 Business Central: Functionality to look up fields (codeunit 9806 “Field Selection”)
Today I would like to talk about an interesting practice, how to handle if users want to select specific field in the table.
Dynamics 365 Business Central: How to get current platform version number via AL (Using codeunit 9015 “Application System Constants”)
I was asked a question recently, is there any easy way to get the current BC platform version number via AL?
This is an interesting question, we have previously discussed using ModuleInfo Data Type and NavApp.GetCurrentModuleInfo Method to get information about the extension that is currently running. But not BC itself.
Dynamics 365 Business Central: How to add Edit in Excel to Card and Document Pages (codeunit 1481 “Edit in Excel”)
Today I would like to talk about how to add Edit in Excel feature to Card and Document Pages in Business Central.
As you might know, the Edit in Excel action is available on most lists, but not all.