function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jason Yeung 6Jason Yeung 6 

How is "chatter" stored in salesforce?

Hi,

Previously, our Salesforce projects were setup to contain a "Chatter" section, which behaves similarly to Notes. I was wondering how do I determine how / where the "Chatter" section is stored. I went to the Object Manager and couldn't find an object containing the work "Chatter".

Sincerely,

Jason
 

AnkaiahAnkaiah (Salesforce Developers) 
Hi Jason,

Its not available in the object manager.

Refer the below link to enable chatter in lightning experience.

https://medium.com/@divyeshardeshana/how-to-add-chatter-post-in-lightning-experience-9f858190a341

If this information helps, please mark it as best answer.

Thanks!!
 
Jason Yeung 6Jason Yeung 6
Thanks Ankaiah, The reason I’m asking is that I’m developing a Power BI report of projects and tasks. One of the requirements is to show the chatter of each products. I had initially used “Salesforce Reports” as the data source, but it has limitation of 2,000 records, so I changed to “Salesforce Objects”, which allow me to import the raw objects of Salesforce. I was wondering what name(s) would the Chatter objects be if I need to import them to Power BI? (normally I would go to the Object Manager to figure this out, but couldn’t with Chatter). Sincerely, Jason