-1

Is it possible to call a flyout Flexcard from a flyout out flexcard. Is this possible using out of the box or we have to full custom LWC only.

When i tried adding a child flex card and then a grand child then it is just loading. One that's given is popOver but i am looking for Modal. enter image description here

2 Answers 2

0

I wasn't sure if a Child Flex Card can launch another child flex card as flyout action. I tried and apparently it is possible.

First create a regular flex card, lets name it P1. And then create two separate Child Flex Card, C1 and C2.

Under the Action of C1, launch flyout C2. Under the Action of P1, launch flyout C1.

The result would look like this

enter image description here

Salesforce recommends certain measures while implementing multiple level flyouts so please check this article before you implement.

https://help.salesforce.com/s/articleView?id=xcloud.os_embed_flexcard_inside_another_flexcard.htm&type=5

1
  • Can you please try using modal. Requirement is to get Pop over Modal from action. Commented Jan 29 at 15:11
0

As per you comment, I changed the attribute of Action Flyout for C1 ,to open C2 as Modal. It is working looking this wayenter image description here

The attribute is

enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.