Connect to an API from the PowerApps using the custom connector
Inkey, May 23, 201928974 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, 201910141 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 Microsoft Azure Function App editable or read-only
Inkey, May 9, 201914675 Views
There are basically two ways to create and publish the Function App in the Microsoft Azure. One of the ways is to create the Function App directly in the Microsoft 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 […]
Read moreMissing Activities tab in the Social Pane of Microsoft Dynamics 365 CE / CRM form
Inkey, May 1, 20194777 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 morePersonal and Organization Email Templates in Microsoft Dynamics 365 CE / CRM
Inkey, April 25, 20197115 Views
I was not aware of something called personal email templates until I got the below warning while exporting one of the solutions in Dynamics 365. Later by analyzing the missing component, I was able to figure out that if a personal email template is used in any of the components in a solution like a […]
Read moreAzure FunctionApp Error: The binding type(s) ‘serviceBusTrigger’ are not registered[SOLVED]
Inkey, April 11, 201914499 Views
At times we are stuck with issues which look very clear but takes everything out of you to resolve them. Recently, I had faced one of them during the deployment of one of my FunctionApp at Azure. Actually, I had to deploy a FunctionApp from the VisualStudio. I deployed it successfully but while selecting the […]
Read moreSend the CRM portal invitation code to multiple contacts from Dynamics 365 Customer Engagement / CRM
Inkey, April 4, 20197781 Views
There are generally two ways how one can register to the CRM Portal. The first way is by clicking on the Sign in -> Register from the top right corner of the CRM Portal landing page. Once registered, contact will be created in the Dynamics 365 CE. This process is to be followed when an external […]
Read moreUpload document to SharePoint from Microsoft D365 CE using C# Web API & manage SharePoint document metadata
Inkey, March 20, 20199760 Views
The integration of Microsoft D365 CE with SharePoint has enabled the document management in SharePoint precisely in the form of folders and subfolders, in a structured way. Today in this blog, let’s learn how we can upload the documents in SharePoint from the D365 CE using the Dot Net c# web API code with a […]
Read moreSorting, Filtering & Searching features of PowerApps
Inkey, March 8, 201940850 Views
This blog is intended to explore a quick idea on the basic operations like sorting, filtering and searching of data in PowerApps. Please know: In all the below examples, we are taking D365 CRM tables as the data source. SORTING In PowerApps, we can view the records in a particular sequence using the Sort or […]
Read moreApply common styles for all the screen components in PowerApps
Inkey, February 27, 20198191 Views
It is fun to play with the styles applied for the screen components in the PowerApps. This seems to be like the one we achieve using the cascading style sheet in the HTML files. If same font size, font weight, color etc. are to be used in the overall canvas app screens then, there is […]
Read more