CDS Power Platform · Dynamics 365 Quick Tips · Functional Info · Low Code No Code

Power Platform App Access Checker

We often get the requirement from Business to check specific User access of Model Driven Apps. Business wants to know a specific user has access to how many model driven apps. Also, If you would like to troubleshoot Model Driven App permissions access this post will help you. Power platform provided us with this capability…… Continue reading Power Platform App Access Checker

Dynamics 365 Quick Tips · Functional Info

{Common Data Service} Install and Uninstall Sample Data programatically

Sample data is great for any demo and testing of a feature in CRM instance. We can install and uninstall Sample Data from CRM by navigating to Settings->Data Management->Sample Data We could also install and uninstall Sample Data using Web API and Organization Service through C# code. Using the Web API Install sample data using…… Continue reading {Common Data Service} Install and Uninstall Sample Data programatically

C# Code · Data Migration And Integration · Dynamics 365 Quick Tips · Dynamics Plugins

{CDS Developer Quick Tip} Set Lookup field using Altername key during Create and Update record from C#

One of integration performance issue is to set related entity lookup field where we need to get record ID and then set the lookup field while creating/updating record from C#. As per latest update of SDK, we can now set lookup field using Alternate Key without having to first get record ID. This will improve…… Continue reading {CDS Developer Quick Tip} Set Lookup field using Altername key during Create and Update record from C#

Customization and Configuration · Dynamics 365 Quick Tips · Functional Info

Dynamics 365 Enable Send Direct Email Action in Unified Interface

Recently we had a requirement to send bulk email from Lead home grid. Initially we thought to implement custom button to be added on Home grid on Lead entity. And call custom action to send bulk email. However when we researched on microsoft doc, We have found out OOB feature Send Direct Email which is…… Continue reading Dynamics 365 Enable Send Direct Email Action in Unified Interface

Dynamics 365 Quick Tips · Functional Info

{Dynamics 365} Enable Rich Text Notes in Timeline

In today’s blog we will see how to enable rich text Notes in Timeline. Earlier we used to enter only normal text in Notes in timeline. To enable this feature navigate to Advanced Settings->Settings Then go to Administartion->System Settings->Generate Tab Tick Use rich text to make it easier to format notes created in Timeline. Click…… Continue reading {Dynamics 365} Enable Rich Text Notes in Timeline

Customization and Configuration · Dynamics 365 Quick Tips · Functional Info

{Dynamics 365} Set business process flow while creating an entity record

Recently while working on one of the client requirement we wanted to set specific Business Process Flow while creating a record from Integration. When we create multiple Business Process Flow for a particular entity system follows some predefined rules to associate BPF to a record. However when we create record from integration we can set…… Continue reading {Dynamics 365} Set business process flow while creating an entity record

Dynamics 365 Quick Tips · Functional Info

Dynamics CRM 365 Performance Tuning and Optimization Diagnostic Tool

Model-driven apps in Dynamics 365 includes a basic diagnostic tool that analyzes the client-to-organization connectivity and produces a report. To run the Diagnostics tool, follow these steps. On the user’s computer or device, start a web browser, and sign in to an organization. Enter the following URL, https://myorg.crm.dynamics.com/tools/diagnostics/diag.aspx, where myorg.crm.dynamics.com is the URL of your organization. Click Run. The…… Continue reading Dynamics CRM 365 Performance Tuning and Optimization Diagnostic Tool

Dynamics 365 Quick Tips · Functional Info · Low Code No Code

{Dynamics 365 Quick Tips} Allow Appointment to be Saved As Draft

In today’s blog I will show you how to Allow Appointment to be saves as Draft. One of business requirement was from client to save the appointment as draft which can be later updated. Currently we don’t have OOB settings which can be used to enable this feature. To achieve this I am going to…… Continue reading {Dynamics 365 Quick Tips} Allow Appointment to be Saved As Draft