Introduction Postman is a powerful tool for testing APIs, enabling developers to streamline their testing workflows and improve productivity. In my recent implementation, where I have dealt with multiple OAUTH secured API URLs .OAUTH bearer token API is an endpoint provided by OAUTH 2.0-compliant authorization servers that allows clients to obtain access tokens required toContinue reading “Maximizing Efficiency with Global Variables in Postman API testing”
Tag Archives: MS CRM
Send in-App Notification in model driven app from power automate.
Microsoft has introduced a new in-app notification feature which is now generally available as part of the 2022 Release Wave 1 for Dynamics 365.This app notification feature allows the model driven app to pop notifications for specific users . In-app notifications uses polling to retrieve notifications periodically when the app is running. New notification areContinue reading “Send in-App Notification in model driven app from power automate.”
Connect to Dynamics CRM from Azure Function using new Dataverse service client
In this blog We will implement Dataverse service client which was earlier in public preview and now available generally. Connecting to Dataverse is now easier with just few lines of code . For .NET Core applications there is finally an official SDK available providing the same feature set known from Xrm Tooling. This package isContinue reading “Connect to Dynamics CRM from Azure Function using new Dataverse service client”
Create Custom connectors in Power Apps
While Azure Logic Apps, Microsoft Power Automate, and Microsoft Power Apps offer over 325+ connectors to connect to Microsoft and verified services, you may want to communicate with services that aren’t available as prebuilt connectors. Custom connectors address this scenario by allowing you to create (and even share) a connector with its own triggers and actions. In today’s blog, we willContinue reading “Create Custom connectors in Power Apps”
Create Custom Http Requests using Power Automate
In today’s blog, we are going to see how we can create HTTP requests using the power automate trigger. We can use this trigger to create a custom API that accepts JSON requests as input.API URL created from this trigger doesn’t require any kind of authentication, hence the URL needs to be private and sharedContinue reading “Create Custom Http Requests using Power Automate”
Azure DevOps CI/CD pipeline for unmanaged solution Dynamics CRM.
In this blog I will try to demonstrate how we can implement Continuous Integration (CI) and Continuous Deployment (CD) for Dynamics 365 Customer Engagement CRM (CE) using Azure DevOps. We will see how we can deploy a CRM Solution from one CRM instance to another CRM instance, let us say, we have to deploy aContinue reading “Azure DevOps CI/CD pipeline for unmanaged solution Dynamics CRM.”
