I want to query the earliest activity (based on Due Date) related to Opportunity and also retrieve other fields from that record such as description, duration, owner, etc. I am using FetchXML Builder to build the query. However, all fields must be either "group by" or "aggregation" fields. How do I retrieve other fields from the same record?
Thanks.