SalesforceでApex開発を行う際に、「Aggregate query has too many rows for direct assignment」というエラーに遭遇することがあります。このエラーは、集計クエリ(Aggregate Query)の結果が複数レコードを返すにもかかわらず、単一の変数に直接代入した場合に発生します。
The query returns documents where the language field is missing or has value null or en. The same query with the Parse SDK in Javascript does not yield the same ...