Enhancing User Interactions with Common Control methods in Dynamics 365

Customizing user interactions in Dynamics 365 is pivotal for creating intuitive and user-friendly applications. This blog explores five essential JavaScript Client API methods that every Dynamics 365 developer should know to enhance form control behaviors dynamically. From displaying notifications to manipulating visibility and focus, these methods empower developers to tailor user experiences effectively. 1. Displaying … Continue reading Enhancing User Interactions with Common Control methods in Dynamics 365

Mastering Lookup Controls in Dynamics 365 with Client API methods

In the vast world of Dynamics 365, customizing the behavior of lookup controls using JavaScript can significantly enhance user interaction and data integrity. In this blog, we delve into four powerful client API methods that transform how lookup controls operate, ensuring they cater precisely to business needs. Through real-life examples and practical code snippets, we'll … Continue reading Mastering Lookup Controls in Dynamics 365 with Client API methods

Monitoring and Troubleshooting Dataverse Plug-In Runs

If you're working with Microsoft Dataverse, you now have access to a new preview feature designed to enhance your ability to trace and debug plug-ins. Here's a quick overview of this feature, its capabilities, and how you can make the most of it during your development process. Why Use Tracing for Plug-Ins? Tracing is an … Continue reading Monitoring and Troubleshooting Dataverse Plug-In Runs

Max and Zoe Discuss Creating Alerts for Cloud Flow Failures and Debugging Logs

Max: Hey Zoe, I need to set up alerts for cloud flow run failures in Power Automate and also want to debug logs in detail. Can you guide me through the process? Zoe: Absolutely, Max! Setting up alerts and debugging logs in Application Insights can help you monitor and quickly respond to issues with your … Continue reading Max and Zoe Discuss Creating Alerts for Cloud Flow Failures and Debugging Logs

Max and Zoe Discuss Setting Up Application Insights for Monitoring Power Automate

Max: Hey Zoe, I want to set up Application Insights to monitor my Power Automate flows. Can you help me with the steps to monitor cloud flow executions, triggers, and actions? Zoe: Sure, Max! Let's break it down. First, it’s important to know that Power Automate telemetry data flows into two main tables in Application … Continue reading Max and Zoe Discuss Setting Up Application Insights for Monitoring Power Automate

How to Add a Custom Button to a Dashboard Page Ribbon in Dynamics 365

Sometimes, client requests challenge us to push the boundaries of what we think is possible in Dynamics 365. A perfect example is adding a custom button directly to a dashboard ribbon—a feature that's not typically supported out-of-the-box. Here's a detailed guide on how to achieve this, drawing inspiration from a helpful article I found on … Continue reading How to Add a Custom Button to a Dashboard Page Ribbon in Dynamics 365

Max and Zoe Discuss Creating and Deleting Export Packages for Application Insights

Max: Hey Zoe, I've been reading about exporting data from Power Platform to Application Insights. Can you walk me through the process of creating and deleting export packages? Zoe: Absolutely, Max! Exporting data to Application Insights from the Power Platform admin center is a powerful way to monitor your environment. Let’s start with the prerequisites. … Continue reading Max and Zoe Discuss Creating and Deleting Export Packages for Application Insights

Enhancing Security for HTTP Trigger Flows in Power Automate

In the dynamic realm of IT security, safeguarding your endpoints isn't merely a precaution—it's imperative. For organizations leveraging Power Automate, the convenience of HTTP request triggers can expose vulnerabilities unless properly secured. This guide explains how Microsoft's enhanced security options fortify your workflows against unauthorized access. New Security Features in Power Automate Power Automate has … Continue reading Enhancing Security for HTTP Trigger Flows in Power Automate

Mastering Async JavaScript in Dynamics 365 Ribbon Enable Rules

"In programming, the hard part isn't solving problems, but deciding what problems to solve." In Dynamics 365, one such nuanced problem is handling asynchronous operations when configuring ribbon enable rules. This blog post delves into how you can adeptly manage asynchronous JavaScript to control the visibility of ribbon buttons based on dynamic, data-driven conditions. Ribbon … Continue reading Mastering Async JavaScript in Dynamics 365 Ribbon Enable Rules

Max and Zoe Discuss Dataverse API Incoming Calls and Plugin Execution Logs

Max: Hey Zoe, I've been working with Dataverse and heard about tracking API incoming calls and plugin execution logs. Can you explain how this works and how I can query this information? Zoe: Sure, Max! Dataverse provides detailed performance data for API incoming calls, plugin execution logs, and SDK operations. This data is sent to … Continue reading Max and Zoe Discuss Dataverse API Incoming Calls and Plugin Execution Logs