29.2k views
4 votes
What should a developer use to post a message on Chatter when a picklist field called Status__c on a custom object Applicatton__c is set to "Approved"?

1 Answer

1 vote

Step-by-step explanation:

Chatter is a social networking platform that allows business employees, partners and customers to produce and communicate in a secure social environment.

To post a message on Chatter, the developer should do the following :

• Using Workflow Rule and use the "Post to Chatter" action when records meets the criteria.

• Using streaming API to post in Chatter.

• Using ConnectApi from Scheduled Apex.

• Using a Process Builder to post in Chatter which meets the required criteria.

User Heady
by
7.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.