tomansley / SimpliListViews

Salesforce List Views App Package
GNU General Public License v3.0
0 stars 0 forks source link

Custom list views not showing links for related lookups #143

Closed tomansley closed 1 year ago

tomansley commented 1 year ago

When building a custom list view links should be displayed when the name of a related lookup is part of the query i.e.

SELECT Campaign.Name, Contact.Name, Status, Type, Phone FROM CampaignMember

The Campaign.Name and the Contact.Name should display links

tomansley commented 1 year ago

Fixed with v2.150 release.