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

Enhancement: Support quickActionAPI #16

Open jordanbaucke opened 5 years ago

jordanbaucke commented 5 years ago

In researching use of this managed package I see that while it is possible to add standard event actions: force:createRecord, force:editRecord, and deleteRecord (with the "Internal" specification), I am unable to invoke Quick Actions (either Global or Object Specific).

This should be possible with the Summer '18 lightning:quickActionsAPI

I maybe able to implement this and submit a pull-request if you think this is feasible.

Thoughts?

gurditta commented 3 years ago

@jordanbaucke Any luck there?