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

Category: Power Platform

Open an entity form in the create mode within a dialog box pop-up in model driven app power apps javascript

The below code will be used to Open an entity form in the create mode within a dialog box pop-up. Hope it helps.

ConfirmDialog in Power Apps using JavaScript

Using below code you can shoe a confirmation box using JavaScript which will display OK and Cancel Button. You can write your logic whn cancel button clicked and ok button clicked. Below code calls from On Save and restrict save operation if Cancel is clicked and OK button allowed to save the record. Pass executionContext…
Read more

Dynamics 365 Scenario Based Questions and Answers Part -1

Here You can download Dynamics 365 Scenario Based Questions and Answers Part -1. Hope this helps.

How to Trigger Cloud Flow from Power Pages

Step 1 : Create a Power Automate Flow with Power Page Trigger Navigate to https://make.powerpages.microsoft.com/ and select correct environment. Choose Solutions option from sitemap and select an existing solution or create a new solution. Add a new cloud flow with trigger Power Pages. Add required parameters. Step 2 – Add action to return reverse String…
Read more

Preferred solution in Power Platform

Preferred solution will help you to automatically add your component changes to a specific solution selected as preferred. So that any solution or default solution you use to change component, those will be added in the preferred solution. Follow the process below to work with preferred solution Step 1 – Enable Preferred Solution option Feature…
Read more

List of Operators you can use in Power Automate condition

Here is a list of operators you can use in condition step in Power Automate. Hope it helps.

Set Field Error Notification using JavaScript by checking related parent entity record info in Dataverse Model driven app power apps

Sometimes you need to show error against form fields if some field value of parent record not met the required value. You can use below script and modify for your project. Hope this helps.

Custom API in Power Apps / Dynamics 365 Tutorial step by step using Plugin registration tool

Watch the video below to learn developing custom API in Dataverse. Hope this helps.

Clear CDN Cache files from Power Pages Portal settings

You can clear the CDN Cached file of your power pages using following method so that fresh resource from original server will be cached. navigate to power platform admin center and select Resources and select your power pages website. Now you will find an option called Purge Cache. It will take some time to clear.…
Read more

Enable WAF for Power Pages for Protection against malicious attacks

In Power Pages now you can enable Web Application Firewall (WAF) to defend against exploits and vulnerabilities to protect against malicious attacks to power portals or power pages. To enable WAF navigate to Power Platform Admin Center using the URL https://admin.powerplatform.microsoft.com/home and select Resources from left panel to choose Power Pages sites. Select a power…
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

Dynamics 365 CE CRM and Power Platform Complete Syllabus

Here is the Dynamics 365 CE CRM and Power Platform Complete Syllabus.

Power Portal WEB API Read, Create, Update, Delete records using Dataverse tables

Step 1 : Create Site Settings Records Step 2 : Create Table Permission, Web Role and Contact Association Create Table Permission Create Web Role Associate Web Role with Contact Step 3 : Create Web Template to add liquid code Create a web template and add below code. Use Microsoft site for full tutorial . And…
Read more

How to display Advanced Form on Power Portal Page

Step 1: Create an Advance Form in Power Portal First create a Advance Form in Power Portal with Advanced Steps. Step 2: Create a Web Page and associate the Advanced form in lookup Step 3: In the Content Page of Web Page, associate the Advanced form in lookup From the localized content area choose the…
Read more

Open HTML web resource on button click and pass data to web resource and display related records in table with paging, checkbox from dynamics 365

You can use JavaScript and Client API to open HTML web resource from Dynamics 365 Forms and pass data parameters to the web resource, read the parameter and fetch records using fetchXML from javascript in web resource. The below screenshot shows how the html web resource looks like when button is clicked. Watch video below…
Read more

Get Power Platform 2022 Wave 2 Release plan document free

Microsoft planned to release a lot of power feature inside power platform bundle. To go through all features navigate to the below address. https://docs.microsoft.com/en-us/power-platform-release-plan/2022wave1/index Download Release PDF Here : https://go.microsoft.com/fwlink/?linkid=2184918 For Wave 2, 2022 release plan navigate to below address: https://docs.microsoft.com/en-us/power-platform-release-plan/2021wave2/ Download PDF : https://go.microsoft.com/fwlink/?linkid=2167228 Hope this helps.

Get daily reminder from outlook.com using Power Automate

Login to Power Automate. Click on the Templates option and choose the template “Get daily reminders from your outlook email”. After selection the system will ask for outlook.com login. provide your credential of outlook.com and click Continue. Now you will see the trigger as Recurrence and action as send email. Choose the To address and…
Read more

Check page title and display dynamic text using liquid in power portal

Check page and use liquid. hope this helps.

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

How to overwrite an environment with a copy of another environment

For business needs we can overwrite an existing environment. Follow the steps below to copy or overwrite existing environment. Step : 1 – Open Power Platform Admin Center and Select Existing Environment Open the power platform admin center. You can direct click the link to open – https://admin.powerplatform.microsoft.com/environments now select the environment and click Copy.…
Read more

Retrieve more than 5000 records from dataverse or dynamics 365 in Power automate using fetchxml paging

In this post I will explain about paging concept using FetchXML with Power Automate to retrieve records from Dataverse or Dynamics 365 CE/CRM. Watch the below video for practical knowledge. Or you can scroll down to read the article. Step 1 – Create a Flow and add required variables Create a new Instant flow and…
Read more

65+ Power Apps interview Questions and answers

Here in this post I have compiled 65+ interview questions and answers for Power Apps, Power Automate, Power BI, Power Virtual Agents and many more on Power Platform. Check out the complete questions here: Explain about the Power platform echo-system? What are PowerApps and why do we use it? What is the difference between a…
Read more

Ads and Ads Placement in Power Portal – Configurations and Demo (no code)

In this post I will explain about Ads and Ads Placement concepts in power portals. As because power portals are public facing websites we can run Ads on power portal web pages of our choice. We can also configure display styles, positions, live from date and expire date of Ads. Lets us see how we…
Read more

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