Quantcast
Channel: Active questions tagged feeditem+chatter - Salesforce Stack Exchange
Viewing all articles
Browse latest Browse all 68

How to count Chatter posts in SOQL?

$
0
0

Is there a way to count chatter posts for a specific record? I tried simple query:

SELECT COUNT()
FROM FeedItem
WHERE Type = 'TextPost'

But this doesn't work in Apex since it throws an error Implementation restriction: Aggregate queries are not allowed


Viewing all articles
Browse latest Browse all 68

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>