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

Category: Power Pages

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

What is Site Markers and How to use them in Power Pages

Site markers are configurable, named value that points to a web page on your power page/portal website that is accessed in code in place of a hard-coded URL. Most of the times you might be using URLs in some links element which are hard coded or static. But as a best practice and better management,…
Read more

Get Date Time value from datetime field in power portal/ power page using jQuery

If you want to get Date & Time field value and want to compare with current date so that you do not want to allow submitting back dated value then use below code in power portal/power page form. Now when user will submit with back dated appointment, then submit button will not work. If future…
Read more

Trigger onchange event of DateTime field in power pages /power portal using JQuery

Handling change event in jQuery for Date Time fields is not straight forward like normal text fields. Use following method to handle onchange. Hope this helps.

Hide Form fields in Power Page/ Power Portal using jQuery/ JavaScript

Form fields are composite control so to hide a field on Power Pages Form, you need to use .parent jQuery function. Use the below code. In the below example We are hiding the Patient lookup row from form. Final Result. The patient lookup row is hidden. Hope this helps.

Display List Actions inline in each row instead of dropdown on Power page using CSS

Add the below Span tags in your action labels. Next add below CSS in web page.

Error in Power Pages on Registration, Login runtime errors

Sometimes you can get error as below in Power Pages. “Something went wrong” issue. To troubleshoot this issue, Disable Custom Error and check the exact error. Follow steps below. Step 1 – Open https://make.powerpages.microsoft.com/ and select correct environment and select the power page and select 3 dots to open Admin Center. Step 2 – In…
Read more

Change style using CSS of Entity List in Power Pages or Power Portal

You can use below CSS to change styles of an Entity List. Put the below code in the Web Template of the Web Page where you have placed the Entity List. Here We have added Padding, Border, Border-Radius for the Entity List. To know the exact html tag rendering of entity list, use Browser Developer…
Read more

Clear server cache of Power Portal or Power Pages

To clear server cache follow below steps. Step 1 : Login power portal or Power page using Azure AD login option and provide global administrator credential and login. Step 2: open another Tab in browser and use your portal URL and append /_services/about and hit enter. For example if your portal URL is https://softchiefsupport.powerappsportals.com, then…
Read more

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

Restrict un-authorized users to access your power pages website using site visibility feature

In this post you will learn that how you can set the power pages visibility so that you can enable public access for your website and also when there is a requirement you can restrict access for your power pages. You can use Site Visibility feature in Power Pages to setup this. Follow below steps.…
Read more