dynamic-crm

Posts in this category.

Implement Logging Using Azure Cosmos DB In Dynamics CRM Plugin

Jul 15, 2021

If your organization got connected with lots of source systems, the most common request from management is to log the requests and check the result from the source system so we can analyze the log/provide the log for checking process. So today, we will learn how to create a...

Dynamics CRM: Effective Way Calling Custom Web API In Plugin Development

Jul 8, 2021

After I post several posts about Custom Web API (Dynamics CRM: Simplify Development with Custom API for Reusability and Get Environment Variable in a Flow using Custom Web API). You should be more clear about how to create the Custom Web API in your environment. Today, we will...

Get Environment Variable in a Flow using Custom Web API

Jun 24, 2021

Inspired by a blog post by Natraj about "Using Custom API as a trigger for Flow" that you can find here, I am thinking to create a sample collection of Custom Web API that all people can make use of/learn the code (the code design might not be suitable for you, but I open for...

How to Wrapping Power Automate Cloud Flow using Azure API Management

Jun 17, 2021

From the last post, I got a problem when want to call Power Automate Flow using Dynamics CRM Webhook. The problem that I encounter I believe is because there is a certain HTTP header that CRM WebHook not sending. Hence we can't call it. George Doubinski from crmtipoftheday.com...

Dynamics CRM Webhook vs Power Automate Cloud Flow vs Plugin

Jun 10, 2021

Do you know Dynamics CRM Webhooks? The definition from the official documentation: CRM Webhooks is a feature that enables CRM to call other URLs using HTTP patterns with publish/subscribe patterns. , I do not quite agree with the definition because we still can register the...

Dynamics CRM Plugin: Caching using Azure Redis Cache

Jun 2, 2021

One of the most common questions that we as Developers face is about caching the data. On the previous version (on-premise) of Dynamics, when we get a task to cache some data, we will use MemoryCache class. But in the cloud version, because we can't directly access the Server,...

Dynamics CRM Tips: Get Latest Target Entity Value in Plugin Side

May 25, 2021

Please Register for this event to learn more! If you are a Dynamics CRM Developer, you will agree with me. When creating Dynamics CRM Plugin, you will be thinking there is so much repetitive code that you need to apply when you want to do customization. Automatically what you do...