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

Month: November 2021

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

Solution History in Power Apps or Dynamics 365

In Power Apps we can view solution history to understand how many times the current solution exported, Imported and unInstalled. To view Solution history open Power Apps Solution. and In The solution click on History. Hope this helps.

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

Create your custom theme for your power portal with easy steps

Power Portal is a public facing web portal that we can configure as a power apps. We can also define the styling of the power portal pages using CSS. But there is a theme concept that we can configure without writing code to give a makeover style. You can also use Preset Themes if you…
Read more

Use solution checker to check solution errors in power apps

We are working with solutions many times in our Power Apps. But we hardly know about the errors that exist in solutions. We have a Solution Checker to check if the solution has some issues. Open Power Apps maker site and open Solution and click on overview. You will see Solution Checker and click on…
Read more

Use Microsoft App Source to install apps into your power apps environment

Microsoft App Source is the largest app market place which we can leverage to find Free and Premium Apps for our environment. Let us see how you can navigate to App Source and Install Apps. Follow the steps below. Login your power apps environment and click on Solutions section. Click on Open App Source. Now…
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

How to export and import flows in Power Automate

Power Automate is a game changer in Workflow automations in cloud applications. When we are ready with our flow design we can share with others using Export and Import operation. Watch the full video here to understand the scenario:

Microsoft Ignite November 2021 Key Announcements

Check out here the Microsoft Ignite November 2021 Key Announcements. Here I have explained about Top 7 key announcements by Microsoft.

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.

Custom connectors in Power Apps – How to configure custom connector in power apps

Microsoft Provides 200+ connectors like OneDrive, SharePoint, Teams etc. But sometimes if the connector is not sufficient we can create our own custom connector. Watch the below video to understand the complete process of configuring custom connector to connect third party APIs. Hope this helps

Use SharePoint to store documents from Power Apps Portals

We can use Power Apps Portal to store documents is SharePoint. For this we have to enable the SharePoint Integration for Portals. lets see how we can do this. Step:1 – Enable SharePoint Integration for Portal Login admin.powerplatform.microsoft.com. Then select the environment and click on Resources then click Portals. Now choose your Portal and click…
Read more

Performance tuning in Canvas Apps Power Apps using Caching & Concurrent

Canvas App changed the way we design mobile applications. We can easily configure Canvas Apps by connecting multiple data sources in a minute. But in the configuration journey we have to keep the app performance point into consideration otherwise the app performance will be very slow. In this post I will discuss 2 important performance…
Read more