Category Archives: Microsoft PowerApps

What is PopupService in PowerApps Component Framework?

Introduction While creating PCF control, we have mostly encountered difficulties to create popups and dialog boxes. We use external UI libraries like Fluent UI that enables us to manage popups in our PCF control. Have you heard of PopupService in PowerApps Component Framework? Let us find out what the PopupService is. PopupService is a native… Read More »

Export and Email your Dynamics 365 CRM/Power Apps Views Data in just 1 Click!

One of our 1 Click productivity apps for Dynamics 365 CRM/Power Apps – Click2Export – is your go-to app to export and email reports/word/excel templates with just a single click. A preferred app on Microsoft AppSource, Click2Export effectively saves your time and effort when it comes to exporting data from Dynamics 365 CRM/Power Apps. Be… Read More »

Get Subgrid Information from the PCF Context

Introduction Recently we were working on a PCF dataset control that can be configured on the Home grid as well as on the subgrid. So while developing the control there were few queries such as what data can we get from the context object regarding the Subgrid. For example, the Subgird label, View ID, Relationship… Read More »

Webinar – Schedule and Automate Bills Generation in Dynamics 365 CRM/Power Apps with Recurring Billing Manager!

Tired of dealing with recurring billing processes manually? Looking for a smart and cost-effective way to cut short on this daily workload? Don’t look further! Recurring Billing Manager is just what you need! Recurring Billing Manager automates your recurring billing processes in Dynamics 365 CRM/Power Apps. You can set specific billing schedules to generate Invoices automatically, set… Read More »

Use of JSON Type Web Templates in PowerApps Portals

Introduction Microsoft PowerApps Portals provide us the configuration surface which allows users to add forms to collect data in the portal without custom development. Web Template is a Power Apps entity (adx_webtemplate), included with Power Apps portals, that is used to store template source content. A web template will generally contain Liquid for dynamic content… Read More »

Pass Field Value from One Page to Another as Query String Parameter in Microsoft PowerApps Portals

Introduction Microsoft PowerApps Portals provides us the configuration surface which allows users to add forms to collect data in the portal without custom development. Entity Forms provides the ability to create, update and display CRM entities records and they are placed into webpages in the portal or used in conjunction with sub grids and entity… Read More »

Building Custom Connectors for Power Apps and Power Automate Flows – Part 1

Custom logic has until now and still being developed mostly as plugin or workflow assemblies. If you wanted to extend the default behavior of the platform on certain actions like create or update record, you developed either a plugin or workflow and then had to use the Plugin Registration Tool to register this on the… Read More »

How to get additional column values in PCF Dataset Control using addColumn()

Introduction In our previous blog, Create Configurable PCF Dataset control using Property-set and Property we asked users about which attributes they would like to visualize. Similarly in this blog, we’ll see how to programmatically get the record value in the context along with the other column values. In the previous blog we have seen how… Read More »