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

Blog

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

Configure field dependency in Power Apps Solutions for JavaScript Web Resources

Working with solution is not new for us. While working with solutions we have to follow best practices by managing component dependencies to avoid unknowing breaking of components. lets us take an example. You are trying to validate a field using JavaScript and you need to have the field on the form. But somehow as…
Read more

Save Outlook email attachments in OneDrive using Power Automate

Open Power Automate and Create new flow and name it as per your wish. Use connector outlook and trigger is “When a email received”. make sure to use Include Attachment and Only with Attachment as YES. Now we have to read all attachments and loop through the attachment and connect OneDrive to create document. In…
Read more

Enable Advanced lookup in Power Apps in Dynamics 365/ Dataverse

Advanced lookup gives a better way to search records. So let us see how we can enable this behavior of lookup in power apps. Login to Office.com and click on Power Apps icon. Choose correct environment. Click on Gear icon and choose Admin Center or directly open https://admin.powerplatform.com. Choose correct environment and click settings. Choose…
Read more

How to enable Dataverse Search in Power Apps

Now the modern search is Dataverse search. So how can we enable it lets see here. Login to https://admin.powerplatform.microsoft.com/. and select the environment and click on b. Choose Product Feature and select Dataverse Search navigate to Search panel and Enable it and Save it. Now open any model driven app and you will see Dataverse…
Read more

Solution Overview gives all information about a solution in power apps

In modern power apps solution design there are many features added. One of this is solution overview. This gives information about the solution in details. Login Office.com and Click on Power Apps. Select correct environment and choose Solutions from sitemap. click on a solution. Make sure the solution preview in ON. Now click on your…
Read more

Check the solution history in Dynamics 365 or Dataverse

Now you can see the history of solution imports, Errors, Publisher info, Start time, End Time and Error information about all solutions in your environment. Go to Office.com and login using your credential. Click on Power Apps icon and choose solutions. In the solutions window click on More option and choose See history. Now you…
Read more

Developer Resource has a new place in power apps

Previously the Developer resources option was available in Advanced Setting option of Dynamics 365 but now its available in Power Apps home page making a better navigations. Check the screenshot below: Login Office.com and click on Power Apps link. It will open Power Apps and click on Gear icon to open options. Now click on…
Read more

How to load side panels on a form in model driven apps in power apps

Side panels gives a better user experience to display relevant records on a table form. You classic way of loading panel is to use loadpanel method but now there is a better way to load multiple side panels with scripts. see below how we can load multiple panes. To load a side panel to display…
Read more

Approvals in Power Automate using custom Approval scenario

Approvals in Power Automate is very powerful tool we can leverage to achieve Approve/ Reject Scenarios without writing single line of code. We can use 4 types of Approval scenarios as explained below. Approve/Reject – Everyone must approve Approve/Reject – First to respond Custom Response – Wait for all responses Custom Response – Wait for…
Read more

Add check box in every row of gallery and use collection object to store selected record

lets say We have a canvas app and a gallery and we want to use some check box every row of the gallery so that we can do some bulk operation by selecting checkboxes and we will use a collection object to store the selected rows and un-selected rows. Add a gallery and associate the…
Read more

[Super useful] Enable Pop-up dialog feature for lookup fields on form to edit or create the record associated with it in Dataverse/ dynamics 365

If you want to use pop-up control to create/edit the record associated with the lookup for a form then follow the below steps to enable it. Open Office.com and navigate to the form of table which contains the lookup. click on the lookup control on the form in form design mode and enable two properties.…
Read more

Disable most recently used items in lookup controls in Dataverse/ Dynamics 365

When we work with table records using table forms sometimes lookup controls display most recently used items when we click the lookup. But now there is a way to disable it. Login to Office.com and navigate to table and open the specific form where the lookup exist. click on the lookup and go to properties…
Read more

Dataflow Configuration in Dataverse – in details

Dataflow gives us a flexibility to pull data from an external data source and push it in Dataverse without any custom code. The dataflow will use connectors to pull data and push data. Follow the steps below to work with Dataflow. Step:1 – Login Office.com and navigate to Dataflow Login office.com using your credential and…
Read more

How to backup folders using Power Automate Desktop (Easy way)- no coding

Taking backup of our daily used files and folders are very important to avoid system failures and its now very easy to configure without writing any code using Power Automate Desktop. Watch the video here or scroll down to read the article. Step 1 : Open Power Automate Desktop and Create a new Flow Open…
Read more

C#. NET Interviews Questions and Answers for Dynamics 365 CE/CRM Developer Role

If you are applying for a Role of Dynamics 365 CE/CRM Developer you might be asked C#.NET questions so I have prepared basic questions that is asked as a must for all developers. Go though all questions and answers and practice before interview. You can download the PDF here.

Automatically assign the lookup field to current portal user in power portal

When we use Entity Form/ Basic Form in Power portal sometimes we need to associate the current login user of power portal into the lookup field of the entity form as it does not associate automatically. So let us see how we can do this. Login Power Apps and go to Apps area. Click on…
Read more

How to use formula in Business Rules for Automations in Dataverse/ Dynamics 365

Business Rules is a game changer and we all know it. With out writing JavaScript and C# code plugins we just just configure to automate/validate many business logic using Business Rules. In this post I will tell you how you can leverage Business Rules using formula. Business Requirement: Calculate hourly rate of course by using…
Read more

Add new fields on registration page or Edit Registration Page in Power portal

In this post we will see how you can edit or add new fields to registration page and update data in Dynamics 365. As because there is no easy way to do this, so this article will help you to do the changes. Lets start, The requirement is I want to Add a new Choice…
Read more

Filter Gallery by Dropdown list in Canvas Apps Power Apps

In this blog we will see how we can filter gallery control by connecting Dataverse/ Dynamics 365 tables using Dropdown list control. Also we will see how we can connect the dropdown with Choice field of Dataverse table. Lets start. Step:1 – Create a Canvas App Add Gallery, Dropdown, Connect Table Login to office.com and…
Read more

Canvas App Free complete basic to advanced video course

Recently Rory Neary has created a full free course for community to learn Power FX in canvas apps zero to hero. Go and enroll. https://powerplatformlearn.newzenler.com/courses/power-apps Course Curriculum Getting Started18 Lessons 01-0100-00020-Welcome 🟣⏱2PREVIEW Course UpdatesPREVIEW 01-100-25_Course Navigation and Orientation 🟣🕒6PREVIEW 01-0100-00040-CourseOverview 🟣⏱7PREVIEW 01-0100-00045 GettingStarted🟣⏱2PREVIEW 01-0100-00050-Beginnings🟣⏱4PREVIEW 01-0100-00100-WhatareCanvasPowerApps🟣⏱3PREVIEW 01-0100-00110-WhatMakesUpACanvasApp 🟣⏱5PREVIEW 1-100-115_The Power Apps Universe 🟣⏱9PREVIEW 01-0100-00120-CommonMisconceptions 🟣⏱4PREVIEW 01-0100-00150-CoolStuff…
Read more

Integrate Customer Voice with Dataverse/Dynamics 365 using Power Automate

Customer Voice is a robust enterprise application to capture customer and employee feedbacks directly from enterprise surveys using ready-made templates and workflows. Now we can leverage the survey sending process from Dataverse or Dynamics 365 using Power Automate ensuring no-code concept. So let us start how we can achieve this. STEP-1 : Configure Customer Voice…
Read more

Enable the experimental feature for Power Automate for new features

Microsoft Power Automate is the most powerful application pillar of Power Platform ecosystem. Microsoft is constantly improving the working experience with the application for easiness. Microsoft has introduced Experimental feature for Power Automate by which you can use the latest features in Power Automate. But a word of caution that as Experimental feature are not…
Read more