Closed ABenassi87 closed 4 years ago
getFlattenedFields() does not return correct fields if a relationship field is used in a group-by.
getFlattenedFields()
For the following query, salesforce returns the records with the fields Name: 'abc', expr0: 1'
Name: 'abc', expr0: 1'
SELECT Account.Name, AVG(Amount) FROM Opportunity GROUP BY Account.Name LIMIT 5
Related #98
Description
getFlattenedFields()
does not return correct fields if a relationship field is used in a group-by.For the following query, salesforce returns the records with the fields
Name: 'abc', expr0: 1'
Related #98