DatatableV2 icon indicating copy to clipboard operation
DatatableV2 copied to clipboard

Cannot climb relationships in Column definition

Open Windyo opened this issue 3 years ago • 3 comments

When desining a table, if one specifies Lookup.Parent_field__c, the table does not display and indicates that the field does not exist on the object.

Expected behaviorl: the columns can be set using fields from parent objects while traversing lookups.

Windyo avatar Oct 27 '20 16:10 Windyo

Can you provide a specific example of this?

ericrsmith35 avatar Oct 27 '20 16:10 ericrsmith35

  • do a datatable of price book entries
  • try putting Product2 information as column

In my experience fails despite SOQL tests returning the fields values.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Eric Smith [email protected] Sent: Tuesday, October 27, 2020 5:48:59 PM To: ericrsmith35/DatatableV2 [email protected] Cc: G [email protected]; Author [email protected] Subject: Re: [ericrsmith35/DatatableV2] Cannot climb relationships in Column definition (#53)

Can you provide a specific example of this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ericrsmith35/DatatableV2/issues/53#issuecomment-717377907, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEI3N6YIAC43CDV5LB7H3GDSM32XXANCNFSM4TBC7RIA.

Windyo avatar Oct 27 '20 18:10 Windyo

Eg, showing CreatedBy.Name

JodieM avatar Nov 06 '20 02:11 JodieM