Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Category: Dynamics 365 CRM

Working with Day, Month, Year, Hour, Minute, Second, and Weekday functions in Power App

We can use PowerFX to use the day, month, year, hour, minute, second and weekday concepts in our Power Apps. Lets see in details. Day PowerFX Day PowerFX returns the day component of the current time and date. Syntax : Day(Now()). This will give you the current date part. If the date is 12/21/2021 then…
Read more

Call third party webapi from plugin using secure/ unsecure configuration

Here is the code how to call third party web api.

How to call a child flow from parent flow in Power Automate

Power Automate is more powerful cloud automation system to automate almost every manual task. In this post I will explain about how to call a child flow from parent flow. Remember that only parent child flow is supported for solution aware flows means you need to create flows inside a solution then only you can…
Read more

Create Custom Autonumber Plugin Using Azure SQL Sequence for Dynamics 365 CE

Here in the post Temmy explained how to create auto number code using Azure SQL Sequence. Read the complete blog below.

Update Dynamics 365 records in bulk from Canvas Apps Power Apps using with, ForAll and patch PowerFX function

PowerFX is a most Powerful way to use complex business logics in Canvas Apps Power Apps. When we combine multiple functions then the PowerFX gets more power. In this blog I will explain how we can combine 3 most powerful PowerFX to do complex tasks. Business Scenario: Lets Say I want to have a Button…
Read more

Old client code and its replacement code in Dynamics 365

Here is the list of old client code and its replacement code in Dynamics 365.

Call Custom Action from JavaScript and Run Plugin for custom message in Dynamics 365 or Power Apps

In this post I will tell you how to call custom Action from JavaScript Web Resource and Pass Input Parameters to Custom Action from JavaScript, Also we will see how to call a plugin under same custom action. Watch the video below to learn more practical way otherwise scroll down to read the article. Step:…
Read more

Configure Auto-Numbering in Power Apps/Dynamics 365 without code

In this blog we will see how we can configure auto numbering concept in Power Apps/ Dynamics 365 without writing a single line of code. Login to make.powerapps.com and open the solution with which you are working. Add the table component and inside the table component. Add a new field and select data type as…
Read more

How to implement Sorting and Searching in Gallery in Canvas Apps Power Apps in

In this post we will see how we can implement sorting feature in a gallery control connected to a data source for example dataverse. The below screenshot shows the gallery which is connected to Account Table. Here I want to implement Sorting feature. At the top right corner we have a sorting icon also a…
Read more

How to add required components to a power apps solution

When we work in Power Apps Solutions we add Table components. Add after that we ass Sub-Components of the Table but as sometimes we add relationships and some web resources for the table and when we distribute the solution to other environment then if the target environment do not have required components the import error…
Read more

Add Spacers in Modern Form Designer in Power Apps

In Power Apps Modern Form designer now we can add spacer component to add some space between one field to another field. This option was long awaited option now we can use it. This will give another reason why we will not use Classic Solution editings. But remember the spacer component does not have any…
Read more

Fallback Form in Power Apps or Dynamics 365 Model driven apps/ Dataverse

Forms are excellent way to communicate with data in Microsoft Dataverse or Power Apps. We can enable security roles for Table Forms so that user with a specific security role can only access to the form. Now the question is what about the user having a different security role and none of the Entity form…
Read more

Manage Search index for Dataverse Search in Power Apps

Dataverse Search is now the global search for all power apps. If you have not enabled enable it now. Follow my blog here to know how to enable Dataverse search. After it is enabled we can manage search index for Dataverse search. Open your Power Apps Solution and Click on Overview section here you can…
Read more

Dynamics 365 Sales, Services, Marketing, Field Service, Project Service Automation Tutorials

if you are searching for one-in-all video to learn all modules of Dynamics 365 CE/CRM FREE then watch my video so that you can learn it all Free. Watch the complete 7 Hours video FREE.

How to be a Microsoft Certified Trainer (MCT) easy steps

If you love to teach and want to be a Certified Trainer by Microsoft. Apply for Microsoft Certified Trainer Program. The details about the MCT program is outlined in below video. Hope this helps.

How to be a Microsoft Certified Professional in Dynamics 365 & Power Platform

If you want to be a Microsoft Certified Professional in Dynamics 365 & Power Platform then watch the video below for step by step guide.

Sales Insight in Dynamics 365 – Sales Accelerator in details

In this post I will explain about how to use Sales Accelerator feature in Sales Insight for Dynamics 365 Sales. This is s series blog of my previous blog. If you have not read the first blog read here using below link. Now lets start. Go to Sales Insight Settings from Sales Hub app and…
Read more

Sales Insights Add-on for Dynamics 365 Sales – Concept and Configuration

Dynamics 365 sales Insights is a very powerful add-on which allows artificial intelligence concept to be readily used by the Sales Team. It uses Dynamics 365 applications data stored in the Dataverse and provides proactive insights according to the results captured.  It allows us to understand the business relationships better, evaluate the operations about previous…
Read more

Call Azure Function from Dynamics 365 using Webhooks

Azure Function is an important concept in Integration which we can develop using C# code and deploy in Azure App Service and we can call the function using Webhooks in Plugin Registration Tool from Dynamics 365 or Dataverse. Watch the practical demo in the below video. Hope this helps.

Display Rule v/s Enable Rule in Dynamics 365 Command buttons

Display Rules in Dynamics 365 are evaluated server-side, but Enable Rules are evaluated client-side. As a result, there are some types of rules that can be used in one but not the other. For example, you can only use an EntityPrivilegeRule in a Display Rule, but a Custom Rule can only be used in an…
Read more

use of Enable Rule using Field Value for commands buttons in Dynamics 365 Forms (Ribbon Workbench Part -5)

This is a post of ribbon workbench series blog. To completely understand this blog you have to read all previous blogs. The blogs are given here. part – 1 – how to install ribbon workbench par-2 – how to to add button in dynamics 365 using ribbon workbench part-3 – how to add JavaScript function…
Read more

Dynamics 365- Hide button in command bar on form field value condition (Display Rule)- Ribbon workbench (Part-4)

In this post we will see how we can only display a command button on some form field value condition. Watch my previous blogs where I explained : How to install ribbon workbench in Dynamics 365 2. How to add a button and call URL Action in Dynamics 365 3. How to trigger JavaScript function…
Read more

Ribbon workbench (Part-3) for Dynamics 365- Add a custom button on entity form in Account with JavaScript action to read Form Fields

In our previous article we have seen how we can add a button and on click on button how to open an external or internal URL. now in this post we will see how we can call a JavaScript on button click. Follow the previous blog to know how to add button and add command…
Read more

Ribbon workbench (Part-2) for Dynamics 365- Add a custom button on entity form in Account with URL Action command

In our previous article we have seen how to install ribbon workbench in Dynamics 365. In this post we will see how we can add a simple button on Account entity form. Step:1 – Create a solution in Power Apps Open make.powerapps.com choose correct environment and click on Solutions option then create a new solution.…
Read more

Ribbon workbench (Part-1) for Dynamics 365- How to install ribbon workbench

Ribbon workbench is a very powerful tool for customizing command bar in Dynamics 365 model driven apps. This post will explain how we can configure Ribbon Workbench for Dynamics 365. Step:1 – Download Ribbon Workbench Go to Develop1 website here. Click on Download button and Provide your name, Email and Dynamics 365 version. If you…
Read more

[Solved] Could not load file or assembly ‘Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. In Azure Function and Dynamics 365 Integration

While working with Azure Function to connect Dynamics 365 you might face below error. Could not load file or assembly ‘Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. The Solution: This error comes because of Version mismatch in Assemblies of Microsoft Core Assemblies and Project .NET Framework.…
Read more