Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryLLike, Chatter Answers
ServiceIntermediate

Like, Chatter Answers

Like in Chatter Answers was the engagement action inside the now-retired Chatter Answers community feature.

§ 01

Definition

Like in Chatter Answers was the engagement action inside the now-retired Chatter Answers community feature. Users in a Chatter Answers Q&A community could like a question, an answer, or a comment, the same way they liked posts in the main Chatter feed. The like incremented the item''s LikeCount, contributed to community ranking, and signaled to other users that the content was useful. The action backed the Best Answer feature and the community-curated ranking of helpful replies.

The action is now historical context only. Salesforce retired Chatter Answers and migrated customers to Communities (now Experience Cloud) with the standard Question and Reply data model. Modern Experience Cloud Q&A uses the standard Like primitive on FeedItem and FeedComment, the same one that powers regular Chatter. The Like in Chatter Answers term remains relevant for documentation of orgs still carrying legacy Question and Reply data, for cert exam history, and for partners evaluating migration paths from old Chatter Answers communities.

§ 02

A retired engagement primitive from a retired Q&A product

Chatter Answers as the parent product

Chatter Answers was Salesforce''s Q&A community product, launched around 2010 by combining the earlier Answers, Ideas, and Customer Portal products. It ran on the Question and Reply standard objects, with a Chatter-style feed wrapping the conversation. Customers asked questions; community members answered; the asker picked a Best Answer. The product was retired in stages from 2014 onward.

Liking inside Chatter Answers

Inside a Chatter Answers community, the standard Chatter Like button appeared on every question, answer, and comment. Clicking Like created a FeedLike record the same way it did in the regular Chatter feed. The LikeCount on each question and answer influenced sort order and signaled community sentiment.

Why Chatter Answers was retired

Salesforce stopped enabling Chatter Answers for new orgs in 2014. The product had limited investment after its initial release; customers needed the broader Communities (now Experience Cloud) functionality. Existing Chatter Answers communities continued to work but customers were nudged to migrate to Communities with Knowledge.

Migration to Experience Cloud Q&A

The migration path converts legacy Question and Reply records into Question feed items inside a modern Communities site. The Like primitive transfers naturally because Experience Cloud uses the standard Chatter Like on FeedItem. The migration tool also preserves the Best Answer flag where the data is intact.

Modern Q&A with Experience Cloud

Modern Experience Cloud Q&A uses the standard FeedItem and FeedComment objects with the Chatter Like primitive applied. The user experience is similar to Chatter Answers (ask a question, get answers, mark best, like the helpful ones), but the underlying data model is the unified Chatter feed rather than the legacy Question and Reply objects.

Cert exam relevance

Older Service Cloud Consultant and Community Cloud Consultant study guides referenced Like in Chatter Answers as part of the broader community engagement model. Current exams cover Experience Cloud and the standard Chatter Like; Chatter Answers is historical context only.

Cleaning up inherited orgs

Orgs with legacy Chatter Answers data may still have Like records pointing at Question and Reply objects via FeedLike. The data is queryable but the UI no longer surfaces the legacy Chatter Answers community. Cleanup tasks include exporting historical data, retiring the Chatter Answers Setup nodes, and migrating community members to the new Experience Cloud site.

§ 03

Inspect legacy Chatter Answers likes in an inherited org

If you inherit an org with Chatter Answers data, the likes still exist as FeedLike rows. Inspection is a SOQL exercise.

  1. Confirm Chatter Answers is enabled

    Setup, Chatter Answers Settings. If the node is missing, the org never had the product.

  2. Query FeedLike for Question-related likes

    Run SOQL: SELECT Id, UserId, FeedItemId FROM FeedLike WHERE FeedItem.Parent.Type IN (''Question'', ''Reply''). The result is the historical like data.

  3. Plan migration to Experience Cloud

    Use the Migrate to Communities tool. The migration preserves likes by mapping them to the new feed items.

  4. Verify post-migration

    After migration, confirm the like counts on each migrated question match the legacy counts.

  5. Decommission the legacy community

    Once Experience Cloud is live, retire the Chatter Answers community node and let the data archive.

Gotchas
  • Chatter Answers is retired. New orgs cannot enable it; existing orgs cannot recreate it after retirement.
  • The Migrate to Communities tool is the supported migration path. Hand-rolled migrations are possible but tedious.
  • Likes on legacy Questions are FeedLike rows. They survive migration only if the migration tool maps them to the new feed items.
  • Documentation drift is severe. Treat any Salesforce article older than 2017 referencing Chatter Answers as historical context.
§

Trust & references

Sources

Cross-checked against the following references.

Official documentation

Straight from the source - Salesforce's reference material on Like, Chatter Answers.

Keep learning

Hands-on resources to go deeper on Like, Chatter Answers.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.

About the Author

Dipojjal Chakrabarti is a B2C Solution Architect with 29 Salesforce certifications and over 13 years in the Salesforce ecosystem. He runs salesforcedictionary.com to help admins, developers, architects, and cert/interview candidates sharpen their fundamentals. More about Dipojjal.

§

Test your knowledge

Q1. What did Like do in Chatter Answers?

Q2. Is Chatter Answers a current feature?

Q3. Why is upvoting valuable in Q&A communities?

§

Discussion

Loading…

Loading discussion…