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 –… »

Mind Map View of Dynamics 365 CRM relationships for quick informed decisions

While any organization is dealing with its data, there are multiple ways to go through them. It can be either through number crunching or following a schematic approach. While number crunching is a good way to approach data analysis, graphic approach is far more visual and quick to grasp the essence of the relationship. For… Read More: Mind Map View of Dynamics 365 CRM relationships for quick… »

Embedding Canvas Power Apps to Microsoft Teams

In our previous post, we saw various apps to which a canvas app can be added. In continuation to this, here is another application where the canvas app can be easily added – Microsoft Teams. Moreover, to ease the process of adding canvas apps to teams, you now have an option right there i.e. ‘Add… Read More: Embedding Canvas Power Apps to Microsoft Teams »

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,… »

SharePoint Document Security – Track users performing actions on Dynamics 365 CRM attachments in SharePoint

Dynamics 365 CRM attachment management on cloud storage has now been made easy with the help of our productivity app Attach2Dynamics. With the help of Attach2Dynamics, a Preferred Solution on Microsoft AppSource for Dynamics 365 and PowerApps, users have been able to perform actions on Dynamics 365 attachments on cloud storage like drag and drop,… Read More: SharePoint Document Security – Track users performing actions on Dynamics… »

How to send Email with Attached Dynamics 365 CRM Report in Resco Mobile App

Introduction: Recently we had a business requirement, where we needed to send Dynamics 365 CRM Report through Email from Resco Mobile App. In this blog, you will see how to do the same. To achieve this,  follow the steps given below: 1) We added a custom button (i.e.Command) on the Entity Form of the Invoice… Read More: How to send Email with Attached Dynamics 365 CRM Report… »

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 »

Programmatically register Post or Pre Image for plugin step with required attribute parameters

Introduction There is a client requirement to register a plugin dynamically on update of owner field. In this blog we will explain how to get only required attribute parameters while registering Post or Pre image for plugin step. If you want to programmatically validate Pre/Post plugin step then please refer this. Below is code for… Read More: Programmatically register Post or Pre Image for plugin step with… »