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
SFDC kidsSFDC kids 

Qucik Action in LWC

Hi Team,

I have created a LWC component and want to link with quick Action. but QuickAction only support with AURA. so how to i link LWC.

Regards
Best Answer chosen by SFDC kids
mukesh guptamukesh gupta
Hi,

Please check now, LWC qucik action now is availale for use. it's a part of Spring 21 release.

if you need any assistanse, Please let me know!!


User-added image


if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh

 

All Answers

mukesh guptamukesh gupta
Hi,

Please check now, LWC qucik action now is availale for use. it's a part of Spring 21 release.

if you need any assistanse, Please let me know!!


User-added image


if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh

 
This was selected as the best answer
SFDC kidsSFDC kids
Thank Mukesh, Yes Now it's available
Gopinath Reddy GuthikondaGopinath Reddy Guthikonda

Yes, this is part of the spring 21 release and available in the pilot version(Hopefully everyone updated the Org). 

Before spring 21, it used to be wrapping the LWC in Aura component and using this Aura component in quick action.

For Ex: 

<aura:component implements="force:lightningQuickAction">
           <c:quickActionLWC></c:quickActionLWC>
</aura:component>