Month: May 2019
Waiting workflows using parallel wait branches in Microsoft Dynamics 365 CE/CRM
Inkey, May 29, 20196500 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 moreConnect to an API from the PowerApps using the custom connector
Inkey, May 23, 201926646 Views
In many scenarios, we need to call the APIs or services that are not available as the inbuilt connectors of the PowerApps. In that case, you can create your own custom connector with the required triggers and actions. Creating a custom connector is a very smooth process. What you need is only the correct API […]
Read moreWorkflow Tools in Microsoft Dynamics CRM 365 CE / CRM
Inkey, May 17, 20199184 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 moreMake Azure Function App editable or read-only
Inkey, May 9, 201913302 Views
There are basically two ways to create and publish the Function App in the Azure. One of the ways is to create the Function App directly in the Azure and publishing it from there itself. The second way is to create the Function App in the Visual Studio and publishing it from the Visual Studio. […]
Read moreMissing Activities tab in the Social Pane of Microsoft Dynamics 365 CE / CRM form
Inkey, May 1, 20194231 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