Just sharing my quick observation – “Enable for mobile” option for an Entity is renamed to “Enable for Unified Client”
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̶...
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...
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...
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...
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...
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...
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...
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, ...