Dynamics 365 Customer Engagement
Recently we had to copy our production environment to one of our sandbox environments for some analysis and testing. But before we copied we made sure we deleted the data/attachments/ logs that…
Dynamics 365 Customer Engagement
Business Process Flows (BPF) in Dynamics 365 offer a structured way to guide users through a defined process. However, there are scenarios where progression to the next stage must be validated against…
Dynamics 365 Customer Engagement
The new Smart Grid Preview feature allows us to find, filter, and sort data with natural language. To enable it navigate to Environment >> Settings >> Features inside Power Platform Admin Center…
Dynamics 365 Customer Engagement
Recently while trying to invoke the HTTP Request trigger, on passing the token we got the below error from the Postman Turned out that we missed the trailing slash for the resource’s…
Dynamics 365 Customer Engagement
Below is our final Power Automate Cloud Flow which uses the HTTP request trigger followed by Response action. The Allows Users = Specific users in my tenant option ensures that only authorized…
Dynamics 365 Customer Engagement
Recently we observed that our plugin registered on the Delete message of appointment on the PreValidation stage was not getting triggered when we were deleting or updating the occurrence of the Recurring…
Dynamics 365 Customer Engagement
The Case Handling Time widget (preview) can be added to the Case Form, giving a focused way to track case resolution efficiency. By using this feature, we can identify patterns, make informed…
Dynamics 365 Customer Engagement
We might get the below error while using LINQ to query Dataverse – System.NotSupportedException: ‘The method ‘GroupJoin’ cannot follow the method ‘SelectMany’ or is not supported. Try writing the query in terms…
Dynamics 365 Customer Engagement
We might get the below error while using LINQ to query Dataverse – “System.NotSupportedException: ‘Invalid ‘where’ condition. An entity member is invoking an invalid property or method.’” Here we got the below…
Dynamics 365 Customer Engagement
Recently we migrated the Real-time marketing forms from our Dev environment to UAT environment using the Configuration Migration Tool. Here what we noticed was on submitting the form using the standalone page…