You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Seems like links to lookup fields on parent records don't work. They redirect to sf.com/undefined.
For example: if I'm displaying a list of records which have a lookup field to Contact, and I want to display the Contact's Account, the Account displays correctly but if you click it you are sent to a bad link.
Here's example soql:
SELECT Name, Contact__c, Contact__r.AccountId FROM MyCustomObj__c
The Contact__ field link works fine but the Account one doesn't.
TY!
The text was updated successfully, but these errors were encountered:
tsalb
changed the title
soqldatatable - links to lookup fields on parent records don't work
SOQL Datatable - Links to lookup fields on parent records don't work
Sep 24, 2020
Hi! Seems like links to lookup fields on parent records don't work. They redirect to sf.com/undefined.
For example: if I'm displaying a list of records which have a lookup field to Contact, and I want to display the Contact's Account, the Account displays correctly but if you click it you are sent to a bad link.
Here's example soql:
SELECT Name, Contact__c, Contact__r.AccountId FROM MyCustomObj__c
The Contact__ field link works fine but the Account one doesn't.
TY!
The text was updated successfully, but these errors were encountered: