Category: Microsoft Dynamics 365
Steps to move existing Legacy(Classic Interface) to UCI(Unified Client Interface) in Microsoft Dynamics 365
Inkey, February 14, 20207015 Views
As of September 2019, Microsoft has announced that the legacy web client is deprecated. Customers must transition to Unified Interface before October 1, 2020. Microsoft will continue to provide support, security and other critical updates to the legacy web client until October 1, 2020, but won’t release any additional functionality beyond what has already been […]
Read moreSolve error while deleting a custom Business Process Flow – Microsoft Dynamics 365 for Sales.
Inkey, December 18, 20195381 Views
This is a blog intended to let the readers know the way to solve the error that you get normally when trying to delete a custom Business Process Flow. Many times when you try to delete the custom Business Process Flow, a pop-up would be opened saying that you cannot delete this Business Process Flow […]
Read moreDisable recent item selection in the Lookup field of the Unified Interface form – Microsoft Dynamics 365 for Sales.
Inkey, December 5, 201912241 Views
In the Unified Interface form, the lookup field shows up the recently searched records as shown in the below screen-shot. It is a very useful feature. But in some scenarios, it conflicts with the implemented functionality. For example, If you have applied a custom filter logic to the Contact Lookup field on the Case entity […]
Read moreAttach files to Notes record of Microsoft Dynamics 365 CRM/CE from the D365 CRM Custom Portal
Inkey, September 30, 201928343 Views
From the D365 CRM portal, it is now very easy to attach files to the Notes record of an entity. In the Additional Settings area of the Entity form, there is a section named “Add Attach File”. You just need to select the checkbox for “Attach File”. Doing this will add a File Control on […]
Read morePower BI > How to fetch Dynamics 365 CE data
Inkey, September 20, 20197330 Views
Power BI provides several different ways to fetch data from Dynamics 365 CE and today I will share my know-how on them. 1. Dynamics 365 Online Connector This method is mostly used to fetch data from Dynamics 365 CE. Initially, this was the only method to fetch data from CE. To use this, go to Get […]
Read moreFilter subgrid based on the lookup field value in Microsoft Dynamics 365 CE
Inkey, September 10, 201913147 Views
Let’s learn today how to filter the sub-grid on a form based on the lookup field value. Below is an example where we will create a sub-grid of a custom entity named “Agents” on the Contact entity form which will display records based on the “Account Name” lookup field value on the Contact form. For […]
Read moreAutomatically schedule the SSRS Report and send it as PDF attachment with the email in Microsoft D365 CE/CRM
Inkey, June 21, 201916981 Views
The Microsoft D365 CE/CRM provides the feature to run the selected SSRS reports manually. But I had the requirement to schedule the execution of report on a user-specified frequency like daily, weekly or monthly and send the report to the user via email as an attachment. But I did not find any OOB feature in […]
Read moreWaiting workflows using parallel wait branches in Microsoft Dynamics 365 CE/CRM
Inkey, May 29, 20197398 Views
Waiting workflows in dynamics 365 are best suited in situations when it is required by the process to wait for a specific period of time duration before execution. Basically, in waiting workflows, there has been always confusion between “Timeout” and “Wait” conditions. This is now pretty much clarified with one of our below requirements in […]
Read moreWorkflow Tools in Microsoft Dynamics CRM 365 CE / CRM
Inkey, May 17, 201910229 Views
There are some tasks in Microsoft Dynamics CRM, which are to be executed either using a plug-in or a custom workflow. This may require to be given a lot of time in writing the code. So, prior to writing a code, one should always look for a No-code/Low-code solution in the “Dynamics-365-Workflow-Tools” of GitHub. The “Dynamics-365-Workflow-Tools” is a […]
Read moreMissing Activities tab in the Social Pane of Microsoft Dynamics 365 CE / CRM form
Inkey, May 1, 20194839 Views
Many times, it is noticed that the Activities tab is not visible on the custom entity forms. I also faced the same issue. In one of the forms of a custom entity, the Activities tab was not visible in the Social Pane. So, I changed the Activities Tab Properties of that form as shown in […]
Read more