Microsoft’s Power Automate platform is improving and there are always better ways to do tasks, with this in mind I’ve written this blog to facilitate your processes involved with Power Automate. Why add a Power Automate Flow into a solution?You should add the Power Automate Flow into a solution so t
Read the full article hereWhen deploying a Custom Control, I noticed that the Custom Control was not updating from the previous version. I struggled to work out why this wasn’t overwriting the previous version of the Custom Control, so I was removing the dependencies and deleting it, then re-deploying the Custom Control each
Read the full article hereWhile creating Power Automate Flows (previously known as Microsoft Flow), I learnt a lot about deploying and constructing them efficiently and effectively. There are many ways to improve your Flow so that it runs better and it’s easier to deploy. This is how I make deployments of my flows easier usi
Read the full article herePeople who know a little bit about programming may need a good starting point for understanding how Flow works and how they can replicate their programming knowledge in Flow. When first outlining a solution to a problem I break the problem down into pseudocode, a logical set of actions that I then u
Read the full article hereIf you’ve ever made a large Microsoft Flow with multiple connectors you’ll have noticed how untidy or messy it is. A useful feature that I’ve recently found is the ‘Scope’ control which will neatly confine your methods/actions to a well-defined structure. As you can see this flow is running multiple
Read the full article hereFor users who aren’t System administrators and System customizers the Word Template button may not be appearing in the Unified Interface. This is because they’re missing a security role privilege and I’ve seen numerous forum posts asking why it isn’t appearing.When you click the drop down on the com
Read the full article hereMicrosoft Flow has many ways to set a DateTime and there are often strict requirements on how this is formatted for your purposes. Firstly, the most important function to know within Microsoft Flow to do with DateTime is utcNow(). We can do this by going to the ‘Expression’ tab when adding data to a
Read the full article hereDynamics 365 provides un-customizable functionality out of the box such as the Close Opportunity functionality. If you want to customize or recreate this functionality, it has been time-consuming to replicate the pop-up… until now. Introducing Alert.js 3.0, the stylish Dynamics 365 solution to help
Read the full article hereWhen using Microsoft Flow the out-of-the-box button is nested under the ‘Flow’ section and is not easy to find nor is it customizable. Triggering the flow using a ‘Flow Button’ makes the button appear under the ‘Run Flow’ branch which is a nested button that is unintuitive for users. It is much nic
Read the full article hereHave you ever had an error similar to the one below? TypeError: Object expected at Alert.$ (https:/xxxx/%7B636661942030000359%7D/WebResources/mag_/js/alert.js?ver=46925777:28:5) at Alert.show (https://xxxx/%7B636661942030000359%7D/WebResources/mag_/js/alert.js?ver=46925777:60:9)Are you adding in a j
Read the full article hereHave you tried to edit/update/hack a field in Dynamics 365 so that it is styled and behaves just the way you want? Well now you can! This supported, new preview feature in Dynamics 365 uses the Custom Controls Framework to make previously unsupported customizations supported.What is an unsupported c
Read the full article hereWhen trying to set an entity image for a contact programmatically it may seem logical that you would set it using the base64 string of an image just like you would set the ‘documentbody’ field in an annotation, but this is not the case for entity image. When deciding on an entity image for the conta
Read the full article hereOn a record have you or another user added a note that’s ‘Created by’ field is displayed as a date time value? This is a bug with a Google Chrome update and does not happen in Internet Explorer or other browsers. The reasoning behind this is if the users last name field contains a standalone integer
Read the full article hereYou can update a records business process flow in many ways. I will show you how to update the BPF of a record in C# and in JavaScript . Firstly, you will want to get the Id of the process you would like the record to be updated to. The id of the process I would like to use is: 28160C53-A54C-45AC-89
Read the full article hereHave you tried to connect to a CRM via C# and gotten the following error: The reason this occurs is because CRM have updated their requirements to connect to their services. The requirement is to set the Security Protocol property to TLS1.2 or (Transport Layer Security Protocol 1.2). You can simply
Read the full article here