


Hide New… button on lookup controls in model-driven apps
The ‘New …’ button is shown upon opening the lookup search dialog whenever the logged in user has at least user create privilege on a dataverse table. We recently had a requirement to prevent users from creating a new record from the lookup. This was required only on...
Creating Code Components Using React and Power Apps CLI
In this article, we are going to learn how to create a simple react code component using the Power Apps CLI and PCF library. As you may know, the code component allows us to create custom UI controls to customise the way users interact with the user interface in...
Classic Advanced Find is slowly disappearing
Modern Advanced Find is here. Many of us saw this coming when the new Edit Filters functionality became main stream: To enable modern advanced find, you need to use the Admin Center, go to the environment Features, and switch Modern Advanced Find option to On. After...
Add PCF Control to Business Process flow
The way to add a PCF control to a BPF as provided by Microsoft is quite hard. The process requires you to export a solution containing your BPF, the component configuration on a different form and manually editing the solution XML. This process is prone to mistakes in...