Sending Tracked Emails with Attachments from Dataverse using Power Automate
If you’ve ever tried sending emails from Power Automate using the Outlook connector, you’ve probably realized one big limitation — those emails are not tracked in Dataverse. So, if you ever need to know which record triggered which email, good luck searching your Outlook Sent Items — it quickly becomes a nightmare! In this blog,…
SpeechToText PCF Control for Dynamics 365 & Power Apps
In today’s fast-paced world, typing every little detail into CRM can feel like a chore. Whether it’s capturing meeting notes, customer feedback, or service visit details, time spent typing is time taken away from engaging with clients. That’s where my new PCF Control — SpeechToText comes in. What is the SpeechToText PCF Control? The SpeechToText…
Replace Long URLs with Hyper Link Button in Dynamics 365
Introduction If you’ve worked with Dynamics 365, you already know the struggle of handling URL fields. They’re great for storing links, but when those links come from integrations or backend logic, they often look messy — full of encodings, query strings, and random parameters. For end-users, these long links are not only hard to read…
Number to Words PCF Control
Hello and Welcome! Today, I’m excited to share with you a PCF Control that I recently created. This control is designed to help businesses display currency values in words, and it might just be the solution you’re looking for! What inspired me creating this PCF? I was working with a global client that operates not…
How to Install and Use the Amount Value or Number to Words PCF Control
In this blog post, I’ll guide you through the process of installing and using the Amount Value or Number to Words PCF Control. Step 1: Navigate to the Quantril GitHub Repository Go to the Quantril GitHub repository using the link below: https://github.com/Quantril/Number-To-Words-Converter Step 2: Go to the Releases Section Once you’re on the GitHub page,…
Fixing Soft Delete Issues in Custom Connectors
Recently, we attempted to deploy a solution from our Development Environment to the UAT Environment and encountered a peculiar issue. Let me explain our use case. We developed a custom connector that integrates with SAP on AWS. This connector was thoroughly tested and deemed ready for UAT release. We had a solution that included this…
Marketing Form to Contact in D365 Marketing
Step 1 : Login to D365 Marketing and Navigate to Outbound Marketing > Internal Marketing >Marketing Form Step 2: Click New and select Template for Marketing form. Step 3: Make sure the Form Type is landing Page and Update Contact/Leads is set to onlyContacts. Change the Name if require. Step 4: Now add or modify…
[Project Operations Error] – Project Task Issue.
Recently i found one issue while working on Project Task, When i created on Project i added some resource and also wanted to assign some task to those resource. I added one task, assigned to one resource and added that task to one bucket called “To-Do” and was able to add it successfully. And then…
Get Users Outlook Meetings via API using Graph API.
Step 1 : Get Access Token Step 2 : Set up URL and request body in POSTMAN Step 1 : To get Access token, Visit my blog here There are many API exposed by Microsoft for Microsoft 365 data, Microsoft Doc Step 2 : Open POSTMANAdd Request to collection, URL : https://graph.microsoft.com/beta//users/andrewr@test.onmicrosoft.com/calendar/getSchedule Go to Authorization…
Get Access Token for Graph API
Step 1 : Register App in Azure App Registration Step 2 : Get Client Secret and Client Id from App Registered Step 3 : Set up URL and Body Parameters in POSTMAN and Call the Microsoft Token API. Step 1: Register App in Azure App Registration Prerequisite : Must have Azure account. Login to Azure…
Something went wrong. Please refresh the page and/or try again.