0:07
hello everyone in this video we are
0:12
query all the chatter posts that are
0:16
created by a specific user in
0:21
Salesforce whenever a chatter post is
0:27
then a record is created then feed item
0:31
object or entity so in order to find all
0:35
the charter posts that are created or
0:39
published by a specific user then we can
0:41
query the feed item object or
0:44
entity let's take this SQL as an
0:49
example select ID comma body comma
0:51
status comma type from feed item where
0:55
inserted by ID equal to the ID of the
0:58
user here I'm passing the IDE of the
1:01
user so if I execute this query then I
1:05
will be able to get all the chatter
1:07
posts that are published by this
1:24
user please check the video description
1:27
in the video description I have shared
1:28
my blog post from the blog post you
1:31
should be able to get the sample s soql
1:33
which was referenced in this
1:54
helpful thank you for