You need to sign in to do that
Don't have an account?
kirankumarreddy punuru 10
how delete the post from the chatter if the post contains specific keywords
Hi ,
Can some one tell me how to delete the comment from the chatter post if the post contains specific keywords in the set.any ideas?
Regards,
Kiran
Can some one tell me how to delete the comment from the chatter post if the post contains specific keywords in the set.any ideas?
Regards,
Kiran
You can write a trigger on FeedItem object to get the value which is enter by User in the chatter Post.
Actually when user post on chatter then all the post is saved in FeedItem object.
-Thanks
Ashlekh Gera
If what you need to do is more complex, then you might need to use a different mechanism than regex. Regex is great for pattern matching, but can have some performance issues if used on large inputs.