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

Blog

Create & Import Data From SharePoint List to Dataverse Table usign AI in 2 Minutes

you can Create & Import Data From SharePoint List to Dataverse Table usign AI in 2 Minutes Watch the full video here. Hope it helps.

How to restore Deleted Records from Dataverse using Recycle Bin Feature

If by mistakenly you deleted some records from Dataverse, its very difficult to restore if realtime back up is not in place. Microsoft introduced a feature called Recycle Bin, which gives a flexibility to hold deleted records from dataverse max 30 days and users can restore all deleted or selected records into Dataverse. Watch the…
Read more

PCF Control – Develop a React Rating Control for your Power Apps

In this blog you will understand how to develop a React component to render a Rating control for your power apps. Follow these steps to learn: Watch the video below to learn step by step or scroll down to read the article. Get the source code from here. https://github.com/softchief/PCFControlsReactRating Step 1: Inititate Project Scenario: In…
Read more

[Solved] Azure Function is not showing in the List in Azure Function App in Portal after Published from Visual Studio

While working with Azure Function and Publishing to Azure, you may find that your function gets published from Visual studio but your function is not showing in function app in azure portal. SOLUTION The solution is to make sure to use correct deployment mode as Self-contained. Once you publish again you will see the function…
Read more

How to get label of choice field in Dataverse Plugin

When working with Dataverse, you may need to retrieve the label of a choice column in a plugin instead of the underlying integer value. The labels provide more meaningful information to end-users than the integer values. In this post, I’ll walk you through how to achieve this in a Dataverse plugin. What is a Choice…
Read more

Generate Word Template Automatically from Dataverse Record in Power Automate and Send as an attachment in email outlook

In this blog you will learn how to Generate Word Template Automatically from Dataverse Record in Power Automate and Send as an attachment in email outlook. Watch the video below or scroll down to read the steps. Problem Statement How to download Word Template automatically without manually downloading the template by user and send the…
Read more

Wait till a condition met in dataverse record in Power Automate Business Usecase

In this blog you will learn how you can configure a power automate flow to keep waiting till a file attached or uploaded in file column in a dataverse record and proceed once the condition met otherwise keep waiting to the event. watch the video below or scroll to read. Step 1: Identify Trigger Design…
Read more

How to Use the Configuration Migration Tool in Dataverse: A Step-by-Step Guide

The Configuration Migration Tool in Dataverse (previously known as Dynamics 365 CE) is an essential utility for exporting and importing configuration data. It’s highly useful for moving data such as metadata, customizations, and configurations between environments. Here’s how to use it effectively: You can watch the video or scroll down to read the article. Step…
Read more

Configuration Migration Tool Download – Using PowerShell for Power Platform/ Dynamics 365

The Configuration Migration Tool (CMT) is a part of the Dynamics 365 SDK, used to move configuration data between environments. You can download and use the tool via PowerShell for automating tasks in Dynamics 365, like transferring data or configurations. Get more info about this tool here https://learn.microsoft.com/en-us/power-platform/admin/manage-configuration-data Open PowerShell and use below script Now…
Read more

How to Run a Flow on a Selected Record from a Model-Driven App and Pass Custom Parameters

Model-driven apps in Dynamics 365 offer a robust way to build applications that rely on your data model. One powerful feature that can greatly enhance your app’s functionality is the ability to run a Power Automate flow directly on a selected record within the app. This is particularly useful for automating tasks or processes that…
Read more

How to Set a Lookup Field Value in Power Automate with Dataverse Connector

In Power Automate, working with Dataverse often involves updating records with related data. A common scenario is setting a lookup field value, which creates a relationship between two records. In this blog post, we’ll walk through the steps to set a lookup field value in Power Automate using Dataverse. Sometimes also if you have not…
Read more

[Solution]You can’t use Now(), which is of type DateTime, with the current function in calculated column dataverse

You may get ths error if you use NOW() function in Calculated Column Formula as per below screenshot. Root Cause In Dataverse, when creating a calculated column, you cannot directly use Now() (which is a DateTime function) Solution Instead of using Calculated Column use a Formula Column as per below screenshot. Now it will work…
Read more

Top 15 Free Web APIs for Developers to Use for Testing Purposes with Sample Code in jQuery

1. JSONPlaceholder URL: JSONPlaceholder Description: JSONPlaceholder is a free fake online REST API that you can use for testing and prototyping. It provides a variety of endpoints for posts, comments, albums, photos, users, and more. Get all request and response HERE. Use Cases: Sample Code Request Response 2. Reqres URL: Reqres Description: Reqres is a…
Read more

14 Most used realtime business use case for Plugin scenario based snippets in Dataverse/ Dynamics 365

Here is a list of sample Plugin Scenarios we mostly use in real live projects 1. Automatically generate a unique account number when a new account is created. Scenario: Automatically generate a unique account number when a new account is created. Explanation: This plugin triggers on the creation of a new account and assigns a…
Read more

Interview Questions and Answers Dynamics 365 CE and Power Platform – Ultimate Guide

Dynamics 365 Customer Engagement (CE) and the Power Platform are two powerful tools from Microsoft that are revolutionizing business operations. With a growing demand for professionals skilled in these technologies, it’s crucial to be well-prepared for job interviews. This ultimate guide covers key interview questions and answers to help you ace your Dynamics 365 CE…
Read more

Send basic in-app notifications using Javascript in Model Driven App Dataverse

The Final Result will be given below. Watch video here or scroll down to read the article. Step : 1 – Enable the Model Driven App Feature First of all, you need to enable in-app Notification feature for your model driven app using Settings option in editing mode of your model driven app and Save…
Read more

Show/Hide Command Button depending on current user security Role Code Snippet without network call request

Here is a code snippet by which you can show/hide command buttons by checking Current user Security Role in background or Async way. This way it is now free to interact with the page while the request is performing background job getting data.  No more freezing of the user interface while the page is loading! The…
Read more

Sample Synchronus & Asynchronous Codes For Dataverse Model Driven App to Enable/Disable Command Bar Button in Model Driven App Power Apps

Lets take a scenario on Command Button Enable Rule. Here is a Synchronus code. Here is the Asynchronus relevant code for above using Promises. before using this make sure to enablke the feature for your Model driven app for Async OnSave, Async OnLoad. Here we ae wrapping the request handlers in a Promise and resolving…
Read more

Async OnLoad and Async OnSave Feature Walkthrough with Demo in Model Driven App Power Apps Dataverse

In the ever-evolving world of web development, optimizing performance is crucial. One key strategy to achieve this is transitioning from synchronous to asynchronous requests in your model-driven applications. This approach not only enhances responsiveness but also provides a smoother user experience. In this blog, we’ll explore why this transition is beneficial and provide a practical…
Read more

Mobile Offline Access Model Driven Apps – practical Configuration

Creating offline access for Model-Driven Apps in Power Apps is essential for ensuring your users can continue their work even when they are not connected to the internet. Here’s a practical guide on configuring your Model-Driven Apps for offline use: Watch the below video or scroll to read the article. Step-by-Step Guide to Configure Offline…
Read more

Most used PowerFX in Canvas APP List

In Power Apps, specifically when creating Canvas apps, lists play a crucial role in managing data and performing various operations. Power Fx, the formula language for Power Apps, includes several important list functions. Here are some of the most important Power Fx list functions commonly used in Canvas apps: 

Commonly used PowerFX Functions in Custom Pages Power Platform

Introduction Power Fx is a versatile formula language used in Power Apps, enabling the creation of dynamic and interactive user experiences. This guide covers commonly used Power Fx functions tailored for custom pages within Power Apps. 1. Text Functions Text Converts a value to text. Text(123.45) Concat Concatenates a table of text values into a…
Read more

Commonly used Power Fx Functions for Model-Driven Apps

In Model-Driven Apps, Power Fx is less prominent compared to Canvas Apps, as much of the logic is handled by the data model and business rules. However, when used, it often involves similar functions: There are two areas in model driven app where you can use PowerFX. One area is in Command button action and…
Read more

Change Tracking Entities – Concept and Understanding in Dataverse

In the dynamic world of business applications, managing and monitoring data changes efficiently is crucial. Microsoft Dataverse, a key component of the Power Platform, offers robust capabilities to track changes in data entities. This feature, known as Change Tracking, is indispensable for ensuring data integrity, facilitating integration with external systems, and optimizing performance. In this…
Read more

20 Most commonly used JavaScript Scenarios with Sample code Snippet in Form Script Dataverse/ Dynamics 365 CE

JavaScript is a powerful tool when working with Dataverse (formerly known as Common Data Service) and Dynamics 365 Customer Engagement (CE). It allows developers to create custom functionalities, validate data, and enhance user interactions. Below, we’ll explore some of the most commonly used JavaScript scenarios with sample code snippets to help you get started. For…
Read more

Async Save Feature+ Xrm.WebAPI+ Prevent Save – Conditionally restrict save for xrm webapi retrievemultiple call on save event Dataverse/ Dynamics 365

In this blog post, we’ll walk through an asynchronous JavaScript function restrictAppointments_OnSave_Async with Xrm.WebAPI.ReatrieveMultipleRecord that accomplishes this by restricting the number of appointments a patient can have with the same doctor on the same day in a Dynamics 365 environment. Problem Statement The goal is to prevent a patient from booking more than two appointments…
Read more