knowledgecenter-breadcrum

Knowledge Center

21 Dec, 2021

How to open panel on click of record of basic list in PCF?

Posted on 21 Dec, 2021 by Admin, Posted in Dynamics 365 Web Api Dynamics 365

How to open panel on click of record of basic list in PCF? Blogs

How to open panel on click of record of basic list in PCF?

Introduction

In this blog, I am going to show you how to open a panel when a hyperlink is clicked using PCF control.

Solution

I have created a sample detail list that has some data which is generated randomly.

As you can see the “Name” column of this list contains hyperlinks.

Now to open panel on the onClick() event of these links we do the below change in the onRender() function.

After making these changes we can see that a panel can be seen whenever a link is clicked.

Loki_Gif_01

References:

How to create a detail list.

Comment

This is a Required Field

Loading

Recent Updates

Blogs
18 Jul, 2024

How to use Fiddler to debug your PCF while doing development.

Have you ever felt like you're spending too much time debugging your PCF (PowerApps Component Framework) during development, only to…

READ MORE
Blogs
16 Jul, 2024

How to use Solutions with Power Pages

What is Solution in power Pages? A solution is a container for components such as Website Configuration and Dataverse Components.…

READ MORE
Blogs
15 Jul, 2024

Create a Dataverse table with a SharePoint List

In today’s business world, Organization uses SharePoint lists for document management, and data storage. Let's assume a scenario where an organization…

READ MORE