Dynamics 365

Search the Dynamics community

Filter blog posts

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

Filter blog posts

LikeLike (0)
Enable Queue or lead entity in TO or Form Field of Email of Sales up and customer service Hub – lead entity is not visible under email TO and From Field

At First Glance, this looks like some kind of bug that in Customer service hub To field Contain different entity from Sales Hub as in the Legacy Web Client there was no option to configure TO or FROM field Entities without JS. But in UCI you ca...

LikeLike (0)
UCI : Disable Editable Grid for Entity list , Unable to double click lead record from entity list or getting error while opening record from Entity list

We have enabled the Editable grid for sub-grid and quite familiar how it works but using it on entity list is not so common as we have thousands of records and we don't want to mess with validation like a duplicate rule or business rule in En...

LikeLike (0)
Best Way to use Force Save JavaScript client API in Microsoft dynamics CRM

We know how data. save work but in post, we will see how to perform further logic on successful save or failure of functionformContext.data.save(saveOptions).then(successCallback, errorCallback); We have triggered a function on change of name, o...

LikeLike (1)
Error from token exchange: Runtime call was blocked because connection has error status: Enabled| Error, and flow is in the block list. in Microsoft power atomate

The below error is encounter suddenly to our production and while debugging found the issue related to unathorization. Error: Failed to acquire token from AAD: {"error":"invalid_grant","error_description":"AAD...

LikeLike (0)
UCI How Dynamic URL work in UCI with some additional application mode parameters

Explaining Unified client interface URL Parameter and how it dynamically change the value while navigating to different pages Table of Contents: 00:00 – Introduction 00:29 – UCI Dynamics URL parameters 01:32 – Unified client Inte...

LikeLike (0)
Migration to UCI : Ribbon button not visible / Hidden , Debug Entity Ribbon application command bar using command checker

While the transition to new UCI, We might have seen a few ribbons (OOB or custom) would not be visible in UCI and we checked every enable disable rule nothing looks wrong, and in legacy, its working fine, In this post we will check how we can debu...

LikeLike (0)
Trigger Power automate using WebHook (Plugin Registration tool) and throw exception / response in real time

In our last 3 posts, we checked 3 different methods of triggering Power automate, Below are the links In today's post, we will check 4th method of triggering Power automate flow using WebHook in the plugin Registration tool1.Trigger Power ...

LikeLike (0)
UCI : Get Entity Record URL or Generate Dynamic Record URL of a Record in Power automate using CDs connector and Variable

We would be using power automated flow to generate a dynamic record URL, we will also check how to get the Current Record URL in power to automateThe Scenario we had is when a case is resolved, send an email to the manager of the record that the ...

LikeLike (0)
Get AppID of Dynamics 365 Crm App in power Automate – UCI

Each Model Driven App has a Unique ID and OOB there is no action in power automate to get ID of a particular required APP, Below are the step we can use to fulfill the requirement to get AppID in Power automateIn Our last post we dynamically creat...