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

Category: Portals

Filter child Lookup by parent lookup value in power pages or power portal

To Filter child Lookup by parent lookup value in power pages or power portal watch the video below.

Page permission in Power Pages or Power Portal

Power Pages are great way to build public facing websites. In this post you will come to how you can restrict some users to access a specific web page in power pages/portals. Watch the video below to learn.

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

Use validation on Submit button on Basic Form in Power Portal

In Power Portal, If you want to add custom validations on Submit button click then you have to use following code. Open the Basic form where you want to add validation using Portal Management model-driven app. navigate to additional settings and scroll down to custom JavaScript section. Specify the code below. Make sure to change…
Read more

Open a webpage by clicking Create button for List in Power Portal

You can enable Create Record feature for a list control in power power portal. While enabling Create action feature you can choose either Form, Web page or URL to invoke target interface. Here I will tell you how you can open another page when use clicks Create button. First in Power Portal Studio open the…
Read more

Progressive Web App (PWA) for Power Portal.

You can now convert Power Portal to a native app using PWA feature so that you can access portals using a native mobile app downloaded from app store. you can pin the app on screen and experience an native app like portal. Watch the complete video prepared by me here to understand practically how to…
Read more

Add custom form field client validation for Advanced Forms in Power Portal

Client validations are very important to alert users if some field value is not supplied when a user clicks Submit button or do some change in a form field. We can add custom JavaScript and jQuery to have our own custom field validations. Lets us see how we can do that. I have an Advanced…
Read more

How to call Power Automate (Flow) from Power Portal using HTTP Request Trigger

Power Portal is very popular and robust Power Apps in Microsoft Power Platform designed for public facing websites. Microsoft already stacked excellent features like Table List, Basic Forms, Table Permissions, Web Roles to seamlessly manage power portal. But sometimes it requires to have more complex integration business scenarios that cannot be achieved using out-of-the-box configuration…
Read more

Use Visual Studio Code for Power Portal app editing and development

In this blog, we will see how we can use Power Apps CLI with PowerApps Portal and how we can edit the PowerApps Portal using Power Platform VS Code Extension. Visual Studio Code (VS Code) is a powerful source code editor that runs on your desktop and with built-in support for JavaScript, TypeScript, and Node.js and has a…
Read more

CRUD Operation from Power Portal using WEB API Methods

We can perform crud operation from power portals using web API check the below code and watch the video to understand more, FULL CODE HERE

Realtime data update on Power Portal from Dynamics 365 or CDS environment

When you work with building Power Apps portals, as you make updates to pages, assign users to Web Roles or make any other changes, you want to see these changes immediately on the portal. You are likely very much aware of the Portal studio Browse Website function or the Clear Cache button available in the /_services/about page for administrators. But the…
Read more

How to update default banner image of portal in dynamics 365

By default the portal contains a default banner image as below. But if you want top update the banner image with your new image then follow the steps below. Go to Portal Management APP and Web Files. Search for Homehero.jpg web file and open it then navigate to Notes section. In the Notes section you…
Read more

Add Favicon for Portal Dynamics 365

In this post we will discuss how to add or update Favicon for dynamics 365 portals. Follow the instruction below to add favicon for your portal site. STEP 1 : Prepare your .ICO file before proceed further. If you have .PNG file of .JPG file then convert to .ICO file. You can any online site…
Read more

How to change Password for a Portal user in Dynamics 365

For our organization we might have Power Portals which are published for customer self service or partner portals. users which are registered in the portals are created as Contact records in Dynamics 365 and the passwords which are supplied by the portal user are handled internally. Sometimes we need to reset/ change password of a…
Read more