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

Author: Sanjaya Pradhan

[Solved] Failed to delete Fields (XXX). Object dependencies exist, please review before deleting error in Power apps

In a power app solution, you can remove a component or delete a component. Removing component will just remove the component from your solution but will be available in Default solution. If you delete a component, it will completely deleted from Organization. You will not find the deleted component from default solution also. Always prefer…
Read more

Understanding Managed Properties in Power Apps Solution Components

Managed properties is introduced to allow component customizations inside a managed solution. By default all components are disabled for customizing in a managed solution. But for some reason if you want to allow customization for components inside a managed solution then you can follow below steps. Note that only inside a unmanaged solution you can…
Read more

Change the default currency to local currency in dynamics 365

Dynamics 365 or Dataverse supports multiple currency. You can choose a base currency while creating an environment. For example USD. But if your users are working in different currency then they can change their default currency so that while dealing with customers, they can select local currency. To update default local currency the user need…
Read more

List of context variables passed from Chatbot power virtual agent to omnichannel using agent transfer step

When Transfer to agent action is used in Power virtual agent, the list of context variables passed to omnichannel customer service app is listed below. Chat session details User information collected for hand-off using the Transfer to agent node. va_Scope bot va_LastTopic Greeting va_Topics Greeting va_LastPhrase Hi va_Phrases Hi va_ConversationId 75bBne7uYG2Dx49crXtxqE-us va_AgentMessage from chatbot va_BotId…
Read more

Display only current user records using powerfx in canvas app gallery

Most of the times you need to filter records of a gallery in canvas app to display only records created by current login user. So how can you do this. You can use below PowerFX for the gallery. The below power fx uses search functionality with filter to only fetch created by user is current…
Read more

Change the rollup field update frequency in Dataverse or Dynamics 365

By default, each attribute is updated hourly. When a rollup attribute is created or updated a Mass Calculated Rollup Fields job is scheduled to run in 12 hours But you can change it. Follow below steps to change the frequency. Business Scenario: We have a Total Loan Amount Rollup field in customer table and we want…
Read more

Embed image in word document dynamically using Power Automate from Dataverse

If you want to embed images dynamically from Dataverse Image column in WORD document template using power automate, then this post will help you. Read my previous article to know how to generate QR Code and bar code using power automate and upload in image column in Dataverse. The scenario: We have 2 image columns…
Read more

Generate QR Code/ Bar Code using Power Automate with Dataverse

You can generate QR codes/ Bar codes and store the QR code/ Bar code against a Dataverse record as an image file. Follow the below steps to achieve this business needs. Step 1 : Prepare Dataverse Table with Columns Open Power Apps and Navigate to Solutions and choose your solution with correct environment. Add respective…
Read more

Send Email on behalf of another user inside Dynamics 365 model driven app

In Dynamics 365, You can use Timeline control or Activities area to create Emails, Phone calls etc. from within Dynamics 365. While creating an Email Activity inside Dynamics 365 record, by default the FROM address is populated as current login user but you can choose a different user in the FROM address, if you want…
Read more

Image column display in Power Portal from Dataverse using FetchXML with Liquid code

Is you want to display the Image column from Dataverse to Power Portal page follow below method. First you need to build the FetchXML. If your column logical name is new_image then in fetchXML you need to use new_image_url So your FetchXML will look like below with liquid code. Then use the image using below…
Read more

Get header field value on Form Dynamics 365 Model driven app using JavaScript

You can add maximum 4 fields on header of a entity form in model driven apps. But in JavaScript if you want to get values of any header field of the form you have to use header prefix while reading values. Check the code below and use it according to your business need. Hope it…
Read more

How to enable Export PDF option for custom entities/tables in Dataverse Model Driven apps Dynamics 365

In Dynamics 365 Sales, you have seen that there is an EXPORT TO PDF button available for Quote and on clicking of which you can choose a Quote document template and you can download the PDF or send the PDF as an attachment to respective customer of your choice. The below snapshots are from Quote…
Read more

Excel Operation Power Automate Get Records from Excel and Update in Dataverse

Here you will know how to extract records from an excel and insert records into Dataverse table. Follow the below steps. Step 1 : Prepare Excel Sheet with Table Insertion First you need to open the excel with data and insert a table to encapsulate the total record with header row. Now save the excel…
Read more

Sample code Console App for Dataverse Dynamics 365 Power Apps

Console App Sample code.

Sample JavaScripts for Dynamics 365 CE or DataVerse Power APps

Dynamically Add event handlers in Dynamics 365 Form Scripts. Take a look of all code : https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/xrm-webapi https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference Hope this helps

Sample code for Plugin using Plugin Images in Dynamics 365 or Power Apps Dataverse

Here sample code given for Plugin using Plugin Images. Hope this helps.

Sample Plugin Code in Dynamics 365 or Power Apps Dataverse

Here is a simple code of plugin for your reuse. modify the code for your business need. Hope this helps.

Sample Custom Workflow Code Dynamics 365 CE or Dataverse

Here is the Sample Custom Workflow Activities code for your usages. Modify the code as per your business need. Hope this helps.

RetrieveMultiple Plugin Code to Change View using normal view and Advance Find Views in Dynamics 365 power apps

You can use retrievemultiple message if you want to manipulate the records displayed in a view in power apps views or advance find views. The below plugin code will only display competitor relationship type accounts records if the current user is a IT User else it will display all other account records without relationship type…
Read more

Build Online Exam Full Project Canvas Power Apps with PowerFX

Here is this post you will came to know how to build an online Power Apps for online Exams. Follow these steps below. Step 1 – Configure Dataverse First you need to configure tables and columns to store exam and questions in Dataverse. There are three tables required One to store exams, second to store…
Read more

(Solved) Invalid character in field ‘documentbody’: ‘.’, hexadecimal value 0x00, is an invalid character in Power Automate Attachment Note

While working with Outlook attachments to save as note in Dataverse record, you may face below error. Invalid character in field ‘documentbody’: ‘.’, hexadecimal value 0x00, is an invalid character. To solve this follow below solution. In the Document field assign the converted document. Hope this helps.

COE Creator Kit Full Tutorial for Power Apps

COE Creator Kit for Power Apps is a set of re-usable Fluent UI components that you can use in building Custom Pages, Canvas Apps and Themes without writing single line of code. Also this gives your app a consistent look and feel and more productive feature all modern apps need. Watch the video video I…
Read more

Power Automate Flow not running Dataverse trigger

if you have created a Power automate flow with Dataverse connector then you feel the flow will not run. Follow the below solution to make it work. Solution Go to https://admin.powerplatform.microsoft.com/ and select Environments. From the environment list click on an Environment and then click on Edit. (Do not click Settings) In the next Edit…
Read more

Add FluentUI Datalist grid in Canvas Power Apps or Custom Pages with Creator Kit Power Platform

Microsoft Power Apps are a set of robust application development platform which provides maximum flexibility to integrate latest UI and UX trends like Microsoft Fluent UI and material designs with tools. Here in this post we will discuss how to use Fluent UI components like Details List, Dialogs, Panels, Command Bars etc in Power Apps…
Read more

Add JavaScript/jQuery to Power Portal Entity List

In Power portal you can use entity list to display a set of records from Dataverse. If you want to change the style of the list rows and get the each row cell items in JavaScript or jQuery how can you do that. This post will explain a scenario so that you can understand. Business…
Read more

Power Automate Scenarios for assignment practice

Power automate assignments: Business Scenario 1 Configure a flow to available on-demand as a button to send an email to your manager mentioning the below message in email.Dear ,This is to inform you that, due to health issue I cannot come to office. I would like to work from office today. Please find the details…
Read more