Power Platform Development Standards & Naming Conventions
Naming conventions, customization priorities, ALM, and deployment rules that have worked well across several Power Platform projects.
Naming conventions, customization priorities, ALM, and deployment rules that have worked well across several Power Platform projects.
How I use Claude’s Excel add-in together with Easy Translator from XrmToolBox to translate and clean up Dynamics 365 labels. From export to import in minutes instead of hours.
I needed to set up an environment settings file for a Power Platform pipeline the other day. The file tells Azure DevOps which connections to use when deploying a solution — and to fill it in, you need the connection ID for each connection reference. The standard approach is to go into make.powerapps.com, click Connections …
How I Used SQL and Claude to Build My Azure DevOps Environment Settings File in Minutes Read More »
I needed to update a couple of Power Automate flows the other day. Then it hit me: the Power Automate Tools browser extension copies flows as JSON — and JSON is something Claude handles really well. So I tried it. Copied the flow JSON, pasted it into Claude inside my Dynamics 365 Architect project, described …
How I Used Claude to Update Power Automate Flows in Minutes Read More »
Learn how to create a simple password generator in Power Automate to quickly generate test data like passwords, emails, or phone numbers.
Set up SSIS and KingswaySoft in Visual Studio for Dynamics 365 and Dataverse. Follow this step-by-step guide for easy installation.
Enable and customize the Help Pane in Dynamics 365 Model-Driven Apps to enhance user experience and provide in-app guidance.
Fix duplicate tracking tokens in Dynamics 365 emails by increasing the message counter digits to prevent tracking issues
Enhance Dynamics 365 emails by displaying recipient names and email addresses in the ‘To’ field with a simple JavaScript script.
This quick tutorial show you how to easily enhance your Power Automate HTTP responses with a fun and colorful confetti effect.
Step-by-step guide on how to enable and configure the Alphabet Bar (Jump Bar) for navigation in Dynamics 365 subgrids.
Discover how replacing ‘append to’ variables with ‘compose’ actions in Power Automate can drastically speed up your flows.
Discover how to implement DevOps for faster software delivery, improved quality, and better team collaboration.
Learn to dynamically manage Option Set options visibility in Dynamics 365 forms, enhancing UI and user experience in just a quick read.
Learn the concepts of Dynamics 365 Customer Service: Boost satisfaction with case management, knowledge bases, and multi-channel support.
Discover the key important types of documentation needed in Dynamics 365 And Power Platform for a successful implementation.
Learn the differences between plain text and rich text fields to select the ideal format for your need.
Automate email responses in Dynamics 365 by setting the queue as the email responder using JavaScript code.
Learn a Quick Tip for Creating Records with Same IDs in Dynamics 365 Across Different Environments Using JavaScript.
The Two Option Set field in Dynamics 365 is a common way for users to represent boolean values like Yes/No or True/False. By default, the field appears as a drop-down list with two options or a toggle button. However, to improve user experience, it is possible to customize the field to display as checkboxes instead. This option can be especially helpful in certain scenarios, allowing for more streamlined data entry and a more user-friendly interface.
A virtual private network (VPN) is a secure tunnel that encrypts and transmits data to and from a remote or local network, protecting users from unauthorized access. It’s an incredibly powerful tool that offers numerous advantages for businesses, organizations, and individuals alike — including improved security, privacy, and convenience. Here are twelve of the essential …
12 Advantages of Using a Virtual Private Network Read More »
Simple guide on how to download Microsoft icons for your architectural diagrams, training materials, or documentation.
In this blog, we will show how to set up a free power apps development environment step by step. Power Apps is a platform that allows you to build custom business applications, and having your own environment can be extremely beneficial when it comes to testing and experimenting with your designs. Whether you are a …
Step by Step: How to Set Up a Free Power Apps Development Environment Read More »
A simple and straightforward method for altering the display name of your lookup fields in Dynamics 365 using the power of JavaScript.
Learn how to create an asynchronous Power Automate flow and how to call it with JavaScript.
Learn step-by-step how to create and send emails with attachments in Dynamics 365/Dataverse using Power Automate.
How to add and customize iFrames in Dynamics 365 using external websites and JavaScript for dynamically generate URLs for each account row.
Power App solution for generating diplomas using Power Automate, Word Templates, OneDrive and Outlook for sending the award.
A Power FX cheat sheet with frequently used scenarios and examples on Model-Driven App Command customizations.
How to automatically populate the “from” field with a Queue when creating an email in Dynamics 365 using JavaScript.
Pros and cons of model-driven app components for building business logic and user interface in model-driven apps.
This post show you how to generate entity record URL’s in Dynamics 365 CE with dynamic Environment URL, AppId and record id using Power Automate.
How to solve the “can’t instantiate template” error when sending email messages from the SendEmailFromTemplate action in Power Automate.
Introduction Have you tried to limit the number of rows you want to return from related tables in Dataverse using Power Automate? Like using the top parameter to get the number of rows you want in FetchXML or directly in the Dataverse action, this works fine. Let’s say, you want to get the three latest …
Limit rows listed from related tables in Power Automate Read More »
Have you ever accidentally triggered many Power Automate flows or have many flows running at the same time that don’t complete since it’s waiting for another flow to finish? In this post, we take a look at how you can cancel running Power Automate flows with JavaScript. Instead of manually canceling one flow at a time, the JavaScript code performs these steps for you.
Learn how you can leverage Azure Functions to write inline JavaScript code in Power Automate to simplify complex operations.
An example on creating side panes by using a client API.
How to bulk change owner of processes such as workflows and Power Automate in Dynamics 365/Dataverse.
9-Step by step guide on how you can check the environment your flow is running in Microsoft Dataverse/Power Platform/Dynamics 365.
How to use Try, Catch and Finally Scopes in Power Automate
Step-by-step guide on how to add custom icons to a list view in Dynamics CE with example icons, JavaScript code, and view customization.
A step-by-step guide for enabling the in-app notifications feature within model-driven apps (preview). With JavaScript examples.
How to use the Expand Query field in the List Rows action in Power Automate to get related tables in Dynamics 365.
How to create a record in Dynamics 365 using Xrm.WebApi.
JavaScript snippets often used in customizations to Dynamics 365. A JavaScript cheat sheet for Dynamics 365.
How to add Javascript function for setting tab in Dynamics visible or hidden based on field value.
How to add a JavaScript event to a form in Dynamics 365. Step by step guide using the Power Apps admin center.
Step by step how to change the display language in make.powerapps.com.
A step by step guide for creating a Dynamics 365 CE Trial instance.
This post show how you can extract documents from Dynamics 365 to SharePoint. Reasons behind the flow: Issue with storage space in Dataverse. Storage in Dataverse costs money Remove third party applications like Attachment Extractor from MSCRM.ADDONS Prerequisites A SharePoint site is created and accessible to the organization is required If you use standard SharePoint …
Using Power Automate to Automatically Move Note Attachment in Dynamics 365 to SharePoint Read More »