function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ishan K SharmaIshan K Sharma 

Display publisher layout in custom lightning component

Hi All,

I am overriding opportunity creation. I wanted to make it configurable so i just created a quick action with some fields on action layout and hide the standard new button.
Now i want some more customization. I am now creating a custom Iightning component and want to call that quick action layout within my custom component so that if somebody change the layout it will change on custom component automatically.

Is it possible to show quick action or global action layouts in custom lightning components? Or Any other possiblities like flow screen etc?
NagendraNagendra (Salesforce Developers) 
Hi Ishan,

Sorry for this issue you are facing.

May I suggest you please refer to below link from the success community with a similar discussion which might help. Please let us know if this helps.

Thanks,
Nagendra
Ishan K SharmaIshan K Sharma
This is exactly opposite what i asked for. I want to use LAYOUT of global action inside lighting component. Like field sets.