ericrsmith35 / DatatableV2

28 stars 24 forks source link

Using Aggregate Result Object with Datatable #67

Closed jackdmcgrady closed 3 years ago

jackdmcgrady commented 3 years ago

Has anybody used Datatable with the Aggregate Result SObject? Attempting to use it to show a distinct list of values from a SOQL query but recieving the 'Unable to read SObject Undefined' error.

jackdmcgrady commented 3 years ago

From further digging it looks like this is due to the same constraint as issue #7 whereby the collection must include an Id to be displayed.