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 11,325 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 11,325 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 11,325 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 11,325 Microsoft Employee
LikeLike (1)
Enable classic editor for build/release pipelines in Azure DevOps

If you see the classic editor option missing, while creating the pipeline, it is because it would be disabled in the organization settings. To enable it navigate to Organization Settings >> Pipelines >> Settings After switching off...

Nishant Rana 11,325 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 11,325 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 11,325 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 11,325 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 11,325 Microsoft Employee