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 96 forks source link

{!recordId} or similar? #13

Open doogan opened 6 years ago

doogan commented 6 years ago

Is it possible to reference fields on the record page in a query?

For example, return results that show the same Industry as this record.

I imagine the Sortable Data Grid's Filter field would look like Industry = "{!recordId.Industry}"

ajaynikar commented 11 months ago

Hey @doogan Did you find a solution for this? to filter based on the current record id or a lookup on the current record