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

Category: custom page

Exporting and Importing Solutions in Power Apps: A Comprehensive Guide

Introduction Power Apps solutions are a powerful tool for managing and deploying customizations. Solutions bundle components like entities, fields, views, charts, flows, and canvas apps into a single package, making it convenient to move them from one environment to another. Power Apps offers a robust solution framework that allows developers and administrators to package and…
Read more

Hide Form Field in Power Pages By using JavaScript

Introduction Power Pages, with its robust features and dynamic capabilities, empowers users to create compelling forms for various purposes. One essential aspect of form design is the ability to control the visibility of certain fields based on user interactions or specific conditions. In this blog post, we’ll delve into the techniques and best practices on…
Read more

Pass parameters to Model driven app form from Custom Page in Power Apps

You can Pass parameters to Model driven app form from Custom Page in Power Apps. Watch the video below to learn more. Hope this helps.

Using PowerFX in custom pages

Here are some sample PowerFX you can use in Custom Page. Show Notification in Custom Page Navigate to another custom page Navigate to the default view of the table Navigate to specific system view of the table Navigate to the default form of the table for a selected item from gallery Navigate to a specific…
Read more

Custom Page CRUD operation with Dataverse

Custom pages are very useful in use cases where you need custom designs and controls. In this post you will come to know how to RETRIEVE, CREATE, UPDATE and DELETE records of Dataverse from Custom Page. Use below PowerFX to Create Record. You can update using below PowerFX using For loop. Hope this helps.

Patch Function in Custom Pages Power Apps

In Power Apps, you can create a Custom Page to leverage the Canvas App capabilities inside Model Driven App. In this post you will learn how to CREATE or UPDATE Dataverse records from custom page. Create a custom page inside your solution with a gallery connected to Contact table, another gallery to display Rate Of…
Read more

Filter dependent lookups/combo boxes in Canvas App or Custom Page with Dataverse

Most of the times in business requirements, you might need to implement Dependent Option sets/lookups in Canvas Apps power apps or custom pages to display related set of records depending on parent record selection. Take a business scenario below. Business Scenario There are 3 tables Contacts, Bank Accounts and Transactions. One contact may have multiple…
Read more