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
freynoldsfreynolds 

Chatter as a board for each custom object

Hi, I'm new to Salesforce, I'm developing an app and we where thinking in adding chatter as a social message board for users to discuss certain aspects of some instances in my app.

 

Small recap I'm trying to make,

I add a custom object Projects__c that each one is related to an Account.

 

In some instances I would like to have the possibility that the users that have view rights to collaborate with the owner and suggest some changes so that the main user can assess them and depending on this make the change or not.

The idea is to have several things to maybe change

 

In this example  lets say that each project has customers and products and I would want two different message boards to work with this. So I would use a hashtag # to denote the instance of the custom object (Projects__c) and I would like to filter the # for each board.

 

My question is if I can make this work with the nice implementation of chatter <chatter:feed .... /> so that the look & feel is the same as the salesforce one already established.

 

Thank you very much.