SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 97 forks source link

Looking for Advice: Setting up List Multi-select button #51

Open tomy217 opened 3 years ago

tomy217 commented 3 years ago

Hi, I am looking for advice. I would like to setup List Multi-Select button in order to edit e.g. field Status on multiple records at once. Is this a supported function or do I need to partially develop something special in order to make it work?

Thanks a lot in advance.

Tomas

P.S. I didn't figure out a better way how to contact you so I have submitted a new issue.

chrisrutter commented 1 year ago

Hi Tomas, Not a part of the team, but take a look at this, https://github.com/getPraxis/FELauncher It's a great flow launcher for lightning grids that let's you do exactly what you need. We're using it to update a few different fields on records.

BTHTechforgood commented 1 year ago

I have the same question as well. Any guide how to setup the Event Payload for the List Multi-Select Action? The User Guide does not have samples on the required configurations. Thnaks.