ericrsmith35 / DatatableV2

28 stars 24 forks source link

Master-Detail Lookup not displaying the field name and link but the record id as text #60

Closed jdamiens closed 3 years ago

jdamiens commented 3 years ago

Hi Eric,

First, thank you very much for this fantastic component that is saving so much of my admin time.

I'm running into an issue displaying a custom object collection in the datatable where the lookup field to the parent record is displayed as a recordId text instead of record name and link.

It was working perfectly until today, the only root cause I can imagine is that there is another standard lookup field to the same object as the parent that have been added lately. But when I add this lookup field to the datatable, it works fine. The issue is only on the master-detail. of that particular object.

Screenshot here below, column "AE". Best regards Screenshot 2020-11-24 at 18 18 00

ericrsmith35 commented 3 years ago

The relationship has to be "reparentable" for the link to work.

jdamiens commented 3 years ago

Thanks for the quick answer. It is solved.