Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOQL Datatable - Links to lookup fields on parent records don't work #26

Open
solo-1234 opened this issue Sep 23, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@solo-1234
Copy link
Contributor

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!

@tsalb 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
@tsalb tsalb self-assigned this Sep 24, 2020
@tsalb tsalb added the bug Something isn't working label Jan 31, 2021
@tsalb
Copy link
Owner

tsalb commented Jan 31, 2021

Added to limitations wiki.

No ETA on fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants