Dynamics 365

Search the Dynamics community

Filter blog posts

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

Filter blog posts

LikeLike (2)
“Enable for mobile” is now “Enable for Unified client”

Just sharing my quick observation – “Enable for mobile”  option for an Entity is renamed to “Enable for Unified Client”

Nishant Rana 27 Microsoft Employee
LikeLike (2)
“Does not contain data” filter in Advanced Find in Dynamics 365 July 2017 Update

With July 2017 Update in Dynamics 365, Advanced Find view now supports Does Not Contain Data filter for related record. So basically, we can now write a query like “Find all the lead records which doesn’t contain any related task̶...

Nishant Rana 27 Microsoft Employee
LikeLike (2)
Generic SQL Error – RetriveMultiple with ConditionOperator.Contains in CRM

Hi, Was getting Generic SQL Error while using ConditionOperator.Contains in the ConditionExpression. The requirement was to get all the incident records based on the title attribute value. condExp.AttributeName = “title”; condExp.Ope...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
Fixed- The XRM workflow table row could not be found error (Power Automate)

Recently while trying to open one of our cloud flows we got the below error. Error: The XRM workflow table row could not be found. Inside the Power Automate maker portal for the new designer, we got the below error We could see our flows were in t...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
5000 records limit of Fetch XML Query – List records action of Common Data Service (current environment) connector in Power Automate

Recently in one of our requirements, while trying to fetch contact records using Fetch XML Query https://docs.microsoft.com/en-us/connectors/commondataserviceforapps/#list-records we realized that we can only retrieve / fetch 5000 records. Enablin...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
“Cannot update a published workflow definition” exception in Dynamics 365

We would get this exception if we try updating an Activated Workflow using Update Request. So basically, if we need to update the activated\published workflow i.e. Activate or Deactivate it or change the Owner of the workflow, we would need to use...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
Getting started with Microsoft Bot Framework

To get started with Bot Framework, download the visual studio template for Bot Application from the following location http://aka.ms/bf-bc-vstemplate Extract it and put the content at the following location. (Visual Studio 2017 in my case) C:\User...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
Sample code to upload file to Azure Blob Storage from CRM Online Plugin

Sharing a sample code which we can use to upload files to Azure Blog Storage from within a CRM Online Plugin. Here we’d be making use of the REST API to simplify things (instead of using Windows Azure Storage library) in our Plugin. First, ...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
Using Entity Form Metadata to configure the Entity Form in Portal in Dynamics 365

Sharing a simple example wherein we are configuring the First Name field of the Contact Us Entity Form for the lead entity using Entity Form Metadata. Suppose we have the below Entity Form configured for Lead entity. Now go to Entity Form Metadat...

Nishant Rana 27 Microsoft Employee
LikeLike (1)
Solved – You do not have permission to open this Web site in SharePoint Designer 2013

Recently we had installed SharePoint designer 2013, and while trying to open a SharePoint online web site. However we were getting the below error. “403 FORBIDDEN403 FORBIDDEN403 FORBIDDEN403 FORBIDDEN403 FORBIDDEN” Installing the Sha...

Nishant Rana 27 Microsoft Employee