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
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
A lookup field configured to display as a column, displays the ID of the related record. This is, in fact, the accurate value of the field, but not really helpful to end-users. It would be helpful to:
Understand the cost of displaying the related record's 'Name' value (does that reduce speed because it's another query?)
Display the related record's 'Name' field
If it's more efficient - document creating a formula with the related record's 'Name' field and selecting that for the column display.
A lookup field configured to display as a column, displays the ID of the related record. This is, in fact, the accurate value of the field, but not really helpful to end-users. It would be helpful to: