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
Amiya Das1410Amiya Das1410 

How to mass updating records on list view using lightning quick action invoking lightning component

How to mass update selected records in list view using lightning quick action invoking lightning component.
Any help would be much appreciated.
 
MagulanDuraipandianMagulanDuraipandian
Try Mass Quick Actions in Salesforce Lightning.
For step by step implementation, check - http://www.infallibletechie.com/2018/07/mass-quick-actions-in-salesforce.html
Amiya Das1410Amiya Das1410
Thanks a lot for reply, need to implement via custom lightning comp. Any suggestions?
Khan AnasKhan Anas (Salesforce Developers) 
Hi Amiya,

Greetings to you!

Unfortunately, you can't add a lightning component Quick Action to a list view.


According to this doc: https://help.salesforce.com/articleView?id=mass_quick_actions_create.htm&type=5 (https://help.salesforce.com/articleView?id=mass_quick_actions_create.htm&type=5)
You can perform a mass quick action on only the following quick action types:
- Create a Record
- Update a Record

Please refer to the below links which might help you further.

https://salesforce.stackexchange.com/questions/224538/lightning-quick-action-in-the-list-view

https://www.biswajeetsamal.com/blog/salesforce-mass-quick-actions-in-lightning-experience/

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Amiya Das1410Amiya Das1410
Hi Anas,

Thanks a lot for this info. I was too on the same page initially. Any idea how can we implement this via Custom button via vf, to bulk update standard list view(All) records on selection.

Thanks,
Amiya