Latest Microsoft Dynamics 365 Blogs | CloudFronts - Page 41

Generic way of Attaching Documents on any Record of the Page in Microsoft Dynamics Business Central – Template Code

Problem Statement: In Microsoft Business Central, there is a way to attach attachments only on Documents or Master Table records. But, what if this requirement is for other tables such as Opportunities, custom tables, etc. Introduction: I have seen many developers afraid to touch the attachment-related customization as it seems complicated. Well, I have found … Continue reading Generic way of Attaching Documents on any Record of the Page in Microsoft Dynamics Business Central – Template Code

Share Story :

Generate Hash Value and Integrate Form Data Third-Party System using API Object.

Problem Statement: Every document that goes out or comes into Business Central requires some kinda validation to check its originality which confirms the confidentiality of the document. Introduction: This blog is a two-step process in which I will be explaining how things work and how to write a code for this. This blog also is … Continue reading Generate Hash Value and Integrate Form Data Third-Party System using API Object.

Share Story :

How to get Preview Version of Business Central

Introduction: With Business Central now progressing it’s way in the market, Microsoft will be releasing seamless upgrades every 6 months i.e April(Wave 1) and October (Wave 2). Thus, this means that with each wave there are going to be public preview coming up for the customers to get few insights as to what all is … Continue reading How to get Preview Version of Business Central

Share Story :

Displaying D365 CRM Plugin Messages in Canvas Power Apps using Power Automate

Posted On February 22, 2020 by Admin Posted in

Introduction  This blog demonstrates one of several ways to display Business Validation Message to be rendered as Errors in Canvas Apps when User Create or Update record in Canvas Power Apps.  Scenario  Developers need to show Validation Messages thrown by D365 CRM Plugin to be rendered as Errors in Canvas Power Apps where D365 records are created or updated by using Power Automate.  Steps  Below are steps needed to be followed to display Error … Continue reading Displaying D365 CRM Plugin Messages in Canvas Power Apps using Power Automate

Share Story :

Select and Email Multiple attachments from a list of Documents

Problem Statement: I have a requirement where the user will select multiple attachments of choice from a list of Documents and Email them. Pre-requisites: VS Code AL Language Extension Microsoft Dynamics Business Central Solution: Step 1: Create a drill-down on the field where the user will select attachments from a list of Documents. Here we … Continue reading Select and Email Multiple attachments from a list of Documents

Share Story :

How to use LinkedObject property

Introduction: There can be a case where developers might need to display data from different companies in NAV or Unique view of Tables displaying unique values of a table or Joins from Tables. In such cases, developers can use the “LinkedObject” property of a table. Pre-requisites: VS Code AL Language Extension Microsoft Dynamics NAV Solution: … Continue reading How to use LinkedObject property

Share Story :

Schedule Serverless CRON Job to Pull data from REST APIs (Part – 1)

REST API is an Application Program Interface that uses HTTP request to GET, PUT, POST and DELETE data, it’s an architecture style approach to communicate with third party application. In order to integrate our module with third party applications or in order to pull data from third party application to our database for analysis purpose … Continue reading Schedule Serverless CRON Job to Pull data from REST APIs (Part – 1)

Share Story :

Schedule Serverless CRON Job to Pull data from REST APIs (Part – 2)

In this blog we’ll see how t publish the and deploy the Azure function on App service. With Continuing with the previous part of this blog Right Click on the solution and click on Publish, it will ask to select the proper subscription, resource group. Select the option relevant to you. Following are the Publishing … Continue reading Schedule Serverless CRON Job to Pull data from REST APIs (Part – 2)

Share Story :

Schedule Serverless CRON Job to Pull data from REST APIs (Part – 3)

In this part we’ll see how to Debug the code on local. Once we done with the configuration settings the next step is to call the REST API in our code, here we are using C# for the development. Once we done with the code logic, we can run the code on local by adding … Continue reading Schedule Serverless CRON Job to Pull data from REST APIs (Part – 3)

Share Story :

[SOLVED] Root Web Page is not getting created in D365 Portals

Introduction In this blog, we will look into how to resolve the “Root Web Pages are not getting created in D365 Portal” issue. Whenever we create a new web page in a portal its root web page automatically gets created and this root page renders entity forms, entity list or web form on the portal. … Continue reading [SOLVED] Root Web Page is not getting created in D365 Portals

Share Story :

Secured By miniOrange