Multiple ways to call azure function in Dynamics 365.
Jul27

Multiple ways to call azure function in Dynamics 365.

Nowadays, multiple organizations are storing their data everywhere, it is in Cloud or On-premise and it is increasing day by day with the help of internet connectivity. Organizations are asking their developers to respond with highly-scalable solutions. Solutions that often require developers to implement on-demand or scheduled batch jobs to reconcile transactions, ingest and process data, or… Continue Reading vikrants’s...

Read More
Sub-Grid Dependent On Another Sub-Grid.
Jul08

Sub-Grid Dependent On Another Sub-Grid.

One of the great things about Dynamics 365 is that it allows you to customize entity forms to display the information most relevant to your business. You will quickly find that providing your users with the ability to see, at a glance, a subset of related records when viewing a lead, contact or account record provides immeasurable value. In this blog, we will learn how to filter Sub-Grid… Continue Reading vikrants’s...

Read More
Learn how To Use the Timer Component to Add a Delay before Refreshing the Datasets in the Canvas App.
Jun28

Learn how To Use the Timer Component to Add a Delay before Refreshing the Datasets in the Canvas App.

In this blog we will learn how to display the loading screen while performing asynchronous call and we will also add a delay before refreshing data so we can see modified data in Canvas App. Scenario: In Canvas App while doing asynchronous action like MS Flow, Third-party API calls Asynchronous plugin, or background workflows we required little delay to fetch modified data from our… Continue Reading vikrants’s Article on...

Read More
New Way to Create Dynamics 365 CE 30 Days Trial Account.
Jun25

New Way to Create Dynamics 365 CE 30 Days Trial Account.

Time and again we need to have a Dynamics 365 CE trial instance, whether it be for exploring new features or trying a proof of concept solution. Microsoft has recently changed the way we used to setup the trial instances.  The method to create a new 30 days trial instance is given in the following steps: Step 1: Navigate to this URL and provide your personal/official email address.

Read More
Invoke Power Automate on Creation of New Users in Azure AD
May23

Invoke Power Automate on Creation of New Users in Azure AD

As we know, Power Automate contains around 350+ inbuilt connectors with their actions and triggers. But in some scenarios we need custom triggers, which are not directly available in Power Automate. To achieve those scenarios, we can create custom Connectors. In my previous article, I have shown how to create a custom connector to automate Microsoft Teams Meeting.

Read More
Automate Microsoft’s Teams Meetings using Custom Connector in Power Automate.
May09

Automate Microsoft’s Teams Meetings using Custom Connector in Power Automate.

I will show you a quick example of how to set up a service-to-service custom connector in Power Automate (MS Flow), which works with Microsoft Teams. In my previous blog, I have shared how programmatically we can generate MS Teams meeting. Check out here: https://vikrantsdynamicsblogs.wordpress.com/2020/03/28/programmatically-create-the-teams-meeting/ In this blog you will learn, how to… Continue Reading vikrants’s...

Read More
Interacting with Power Automate to invoke an HTTP request from Canvas Apps.
May03

Interacting with Power Automate to invoke an HTTP request from Canvas Apps.

As we all know, the Canvas app is one of the most dynamic and configurable component of the Power platform, we can design the app by dragging and dropping elements onto a canvas, just as you would design a slide in PowerPoint. We can write Excel-like expressions for specifying logic and working with data. But these expressions will not work for complex logic and here we can introduce Power… Continue Reading vikrants’s...

Read More
SharePoint Integration with Dynamics 356 using Power Automate.
Apr23

SharePoint Integration with Dynamics 356 using Power Automate.

In this blog you will get to know how to copy excel file from one directory to another and how to get modify it with Dynamics CRM fields value at the SharePoint server. In one of my projects we got the requirement to fetch values from Dynamics CRM and insert these values in an excel file that is located at share point. We have created one Template file and we are copying that file to… Continue Reading vikrants’s Article on...

Read More
Dynamics CRM No-Code Low-Code Integrations using Power Automate (MS FLOW)
Apr15

Dynamics CRM No-Code Low-Code Integrations using Power Automate (MS FLOW)

In this blog we will demonstrate the working of HTTP Request-Response in Microsoft Flows. as we all know MS Flow is configurable and it runs on No-code/low code concept. In our example, we will make a GET call from our Microsoft Flow and we will see how to parse response JSON so that we can further apply some logic in Flows like create, update or delete records based on the… Continue Reading vikrants’s Article on their...

Read More
Audit History Using Azure Function
Apr05

Audit History Using Azure Function

In this blog we will get to know how to fetch field’s Audit history, I have created this in azure function so we can trigger this by using Plugins, Custom Workflows, JavaScript and MS Flows. To fetch field audit history, make sure you have enabled auditing in the system and entity settings. Entity setting: As I said, I have implemented this in Azure Function, so let’s… Continue Reading vikrants’s Article on their blog...

Read More
Programmatically Create The Team’s Meeting.
Mar28

Programmatically Create The Team’s Meeting.

In this blog you will learn how to create teams meeting programmatically. While working with one of our clients, we got to know, they used to create meetings manually and send meeting’s links to their customers. To make their job easy and to remove manual work we developed on simple plugin. In my scenario our customers booked an online appointment on the web calendar and on the creation… Continue Reading vikrants’s...

Read More
Microsoft Dynamics 365 Integration Using Configurable Plugin
Mar22

Microsoft Dynamics 365 Integration Using Configurable Plugin

As we know most of the integrations are accomplished through middle-ware like Dynamics Connector, Azure functions, Power Automate (MS FLOW), Logic Apps, Scribe and SSIS. This are a very convenient and easy to use component. But to use this middle-ware, the client has to pay extra cost on each transaction and each component. To overcome this component’s pricing and cost issue and to make… Continue Reading vikrants’s...

Read More
Approval Authorization Process + Power Automate(MS FLOW) + Azure Function
Mar21

Approval Authorization Process + Power Automate(MS FLOW) + Azure Function

Approval Authorization Architecture Flow Architecture flow As we all know our client always surprise us with the tricky and interesting requirements.While working for one of my client, I mate with this interesting requirement, and a client wanted Approval process for a case entity if money is involving in...

Read More