MSN RajuMar 55 minConsume Business Central APIs in SharePoint web part This post can help the developers in a scenario where consuming Business Central APIs secured with Azure AD and OAuth 2.0 from within a...
MSN RajuFeb 252 minTesting Business Central Online APIs using PostmanThis post explains how to test Microsoft Dynamics Business Central Online APIs using Postman with complete details. Postman is a very...
MSN RajuAug 25, 20214 minAll you need to know about Business Central WebhooksWebhooks is a great feature introduced in Business Central to notify other applications about data changes occurring in entities....
MSN RajuMar 9, 20213 minHow to detect anomalies in Business Central data using AL Http datatypesAnomaly Detector is an Azure Cognitive Service that detects anomalies in time-series data. It consists of simple REST APIs that can be...
MSN RajuNov 20, 20202 minAnalyze data using Query Analyzer in Business CentralInline Query Analyzer is a tool to analyze data in Business Central. This is an open source project intended to help developers for quick...
MSN RajuNov 12, 20204 minInline Query | SQL like Queries in Business CentralInline Query is a library that can execute SQL like Queries in Business Central AL Language. This is a small compiler in AL that compiles...
MSN RajuNov 1, 20202 minFacade Pattern in Business Central - AL LanguageFacade Pattern is a Design Pattern to hide complexity of the multiple sub systems by providing a simple interface to the client. This...
MSN RajuOct 30, 20204 minBasics of JSON data types in Business CentralUnderstand the basics of JSON data types and how to handle JSON data in Business Central AL Language using JSON data types.
MSN RajuOct 14, 20203 minThe Rules Pattern in Business Central - AL LanguageThe Rules Pattern is a Design Pattern to simplify the complex business logic which is based on multiple if-else statements.
MSN RajuOct 11, 20202 minGeneric Validator Method Pattern Generic Validator Method Pattern is a design pattern which is an extension of Generic Method Pattern. Purpose of this design pattern is...
MSN RajuSep 4, 20204 minHow to use ReactJS Components in Control Add-insControl Add-in is an Object type in Business Central to develop User Controls using JavaScript, and CSS. Though it is a very good option...