
Business Central : Retrieving Azure AD User information via AL.
Dear Readers, Let's start with the respected topic. First, create a new azure app. Clicking on New registration. After giving the name of the app. Select a Single tenant. Redirect URL Select public client native and added a URL. After needing authentication. Authentication > add…
Read More
Change Authentication method from Basic Auth to OAuth2 while accessing Business Central Webservice / APIs.
Hello Reader, Why we need OAuth option? Microsoft has stated a long time ago that Web Service Access Key (Basic Authentication) will not be supported. They have deprecated capability to access web services using Basic Auth for SaaS. So, now OAuth2 will be the only Authentication option available. This…
Read More
How to use "Dictionary" Object type into Business Central.
Hello Reader, Dictionary is one of the useful tools for developers in Business Central. In this post we will be discussing below points : What is Dictionary? Introduction to Dictionary. Usage of Dictionary. Use cases What is Dictionary? A Dictionary is an object type that represents the collection of keys…
Read More
Post Transaction Using Configuration Package in Business Central.
Hello Reader, In this blog, we will see how to post sales transactions using a configuration package. Today we would like to discuss post-sales transactions using the configuration Package in business central. There is one feature in Business central which is called the Configuration Package. The configuration package can…
Read More
How to Import Image from Excel to BC using Azure function.
Hello Reader, Today we are going to discuss about Use an Azure function in Business Central First sign-in into the Azure portal. 2. Select Create a Resource. Search for Function App and then select Create. Select the subscription to use. Provide a unique name…
Read More