Recent Posts

Calling TDS endpoint from plugins

5 minute read

In Dataverse, you can use the Tabular Data Stream (TDS) endpoint to perform advanced queries over your data. It then allows you to talk to Dataverse as if it...

Executing custom scripts from PCF

4 minute read

We have hit some cases where we want to enable client extensibility of controls we develop - for example, display a custom dialog to enter metadata before a ...

Speeding up PCF build with esbuild

3 minute read

Previously I wrote about optimizations/fixes which you can do to improve PCF build times with the default PCF setup. Since then, Microsoft has added a suppor...

PCF Dependent Libraries Preview

8 minute read

Few days ago, Microsoft has silently published docs about a new feature in Power Apps component framework called Dependent Libraries. We are going to look un...

Speeding up PCF build

11 minute read

At NETWORG we have been extensively using Power Apps component framework which allows us to build custom UI components for Power Apps. Our largest repo with ...