Tag Archives: PowerApps Component Framework

Get Entity Colors in PowerApps Component Framework

Introduction PowerApps Component Framework has numerous methods that are useful to developers in several ways. In developing one of my PCF controls, I ran across a case in which entity colors were required in our control. I obtained this using the conventional method of calling the getEntityMetadata() for the respective entity and obtaining the EntityColor… Read More: Get Entity Colors in PowerApps Component Framework »

Applying CSS in Virtual PowerApps Component Framework

Introduction Recently, while working on virtual PowerApps Component Framework control, I faced an issue that my CSS styling was not getting applied in my PCF control. As I was coming from a standard PCF background, I only knew the standard way of applying CSS just to the control, following the below syntax. From ControlManifest.Input.xml take… Read More: Applying CSS in Virtual PowerApps Component Framework »

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: What is PopupService in PowerApps Component Framework? »