Category Archives: Dynamics 365 v9

File and Image type attributes now supported in Model Driven Power Apps with 2020 Release Wave 1

Until the introduction on these new data types, the only options for storing files had been the notes section. Enable notes for the entity and attach files in the notes section. Well there was Entity Image that has been available for some time now but that only allowed for one single image to be associated… Read More: File and Image type attributes now supported in Model Driven… »

New filter conditions now available for view columns with 2020 Release Wave 1 – PowerApps

In continuation to the earlier blog posted about the new Advanced find filter options available through the funnel icon on the home page views, we now have many new filter conditions being made available from right within the view columns as well. 1. Lookups – You can now see the list of actual values to… Read More: New filter conditions now available for view columns with 2020… »

How to click on Ribbon buttons easily using Easyrepro in Dynamics 365 CRM

Introduction Easyrepro has given us an easy way of UI Automation testing for Dynamics 365 CRM. There are many functions related to Command bar, which makes clicking any button on the Command bar easy. In this blog, we will share our experience while working with Ribbon buttons. If you need to click on ‘New’ button… Read More: How to click on Ribbon buttons easily using Easyrepro in… »

Format Number in Microsoft Power Automate

Introduction As Microsoft comes up with new connectors in Power Automate frequently, one more useful action has been added which is going to simplify the number formatting while working with Power Automate. In many scenarios, when we work with invoices where the amount required should be in the specific currency format, the format number action… Read More: Format Number in Microsoft Power Automate »

Ability to customize Case Resolution Form now available with 2020 Release Wave 1

With every release Microsoft brings some new features and it is the same case in this 2020 wave 1 release. In this 2020 wave 1 release, Microsoft has given us the ability to Customize Case Resolution FORM. Earlier, it was not feasible with OOB field required level properties or Business Rules to customize case resolution… Read More: Ability to customize Case Resolution Form now available with 2020… »

How to restrict user from executing On Demand Flow/Workflow

Introduction In Dynamics 365 CRM, we can create On Demand Flows / Workflows, which allows user to execute them manually to perform certain actions as and when required. But what if you do not want specific users to execute these Flows manually? In such case, follow the steps given below to restrict users from executing… Read More: How to restrict user from executing On Demand Flow/Workflow »

Advanced filtering options for home grid views now available – 2020 Release Wave 1 – Power Apps

And this week’s update includes a filter button on the home grid views! Yes, the familiar Advanced find icon! As you know, Advanced find UI still uses the classic web UI and has been waiting for an upgrade and looks like this is the beginning. Here is what the new UI looks like today: It… Read More: Advanced filtering options for home grid views now available –… »

How to develop PCF control using Office UI Fabric

Introduction PCF stands for PowerApps Component Framework. PCF is used to build the full custom component to enrich user experience. On the other hand, Office UI Fabric is a responsive, mobile-first, front-end framework for developers which is designed to make it simple to create web experiences quickly using the Office Design Language. Recently, we had… Read More: How to develop PCF control using Office UI Fabric »

Embedding Canvas Apps within Model Driven Apps, Power Apps Portal, Power BI and Custom Websites

Canvas Apps is the new Citizen developer to quickly design pixel perfect mobile apps with very little to no pro-dev knowledge. While Model Driven apps allow for drag and drop interface for form design, they still do have a strict layout and you cannot really place controls wherever you want. This is where Canvas Apps… Read More: Embedding Canvas Apps within Model Driven Apps, Power Apps Portal,… »

How to Retrieve Entity Icons using JavaScript

Introduction In this blog, we will see how to retrieve Entity icon using the JavaScript. Recently, one of our client wanted to retrieve the related entity along with the icons of entity in the table and wanted to create the related record. Now the client wanted to identify the entities. Suppose the client has two… Read More: How to Retrieve Entity Icons using JavaScript »