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

Invalid API name when used with topic assignment table #71

Open jimothyr opened 2 years ago

jimothyr commented 2 years ago

The field finder, and by inference the validation check fails when used with anything other than articles with the topic assignment object.

image

File finder finds list of potential linked entities where topics is enabled. Field finder then only shows API names for Knowledge articles. image

I assume this is the first one the list.

This then means that using any field that doesn't exist on all entities is not usable by the field set... entity.Name always works. Any other field from any other object (including custom fields) fails the validation test.

Config image

image