Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (0)
Call a Microsoft Dynamics 365 Business Central function through a Web Service : SOAPAction

Today I did some work with a Logic Apps and one of the requirement was to call a Business Central function through a Web Service. I normally use Postman to simulate requests, export the collection and use that to create the Logic App connecto...

TharangaC 23,114
LikeLike (0)
How to access action output in Logic Apps

If you are working on Logic App to integrate Microsoft Dynamics 365 Business Central with any other third party application, by now most probably you must have used HTTP requests or custom connectors (mainly with SOAP web services). I saw a c...

TharangaC 23,114
LikeLike (0)
How to check Microsoft Dynamics 365 Business Central tenant version

You can use the "System Information" page to check the current version of Microsoft Dynamics 365 Business Central tenant.Simply search for "System Information" using "Tell me what to do" and click on the "Sy...

TharangaC 23,114
LikeLike (0)
Dynamics 365 Business Central: Permissions required to download AL symbols

Your user needs to have the necessary permission to download AL symbols from Visual Studio Code (VSCode), else you will end up with "Could not download symbols" error in VS Code.In order to download symbols, User needs to have SUPER perm...

TharangaC 23,114
LikeLike (0)
Fourth consecutive year as a Microsoft Most Valuable Professional (MVP) - Business Applications

Honored to receive my 4th consecutive MVP award for Business Applications. Congratulations to my fellow MVPs and best wishes to those boarding on a new journey. A special shout-out goes to my family, @ThetaNet, @MSDYN365BC, and @freddydk for ...

TharangaC 23,114
LikeLike (0)
Understanding Microsoft Business Central Out-Of-The-Box API Endpoints

If you are working on a project which involves integrating a third party application to Microsoft Dynamics 365 Business Central, then I assume you have already come across with the Business Central APIs. I noticed that most of the developers ...

TharangaC 23,114
LikeLike (0)
Understanding Microsoft Business Central Custom API Endpoints

This is the third blog post about the Microsoft Business Central APIs and I suggest you go through below blog posts first if you haven't read them yet.Part 01: Getting Started with Dynamics 365 Business Central APIsPart 02: Unde...

TharangaC 23,114
LikeLike (0)
How to inject data to Customer Address Line 2 using Microsoft Business Central API

Creating a customer record in Microsoft Dynamics 365 Business Central is a topic I blogged about in one of my previous blog posts. If you have not read them yet I suggest you read it before going through this for better understanding. Part 01...

TharangaC 23,114
LikeLike (0)
PowerShell: Run Script Error: Exception setting "CursorPosition"

Last week I was working on a PS script to upload files to an FTP and this script supposes to runs through a windows service. It runs perfectly well when it runs manually with the PowerShell ISE.However, when I scheduled it to run it through a serv...

TharangaC 23,114