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
chanukya reddychanukya reddy 

How to show the custom publisher action in private chatter groups in salesforce?

I created a custom publisher action in groups but i am not able to see that custom publisher action/global action in private chatter group(I can see in public chatter groups).Can any one please help me out how to enable the custom publisher action in private chatter group?
Gaurav NirwalGaurav Nirwal
You can download a pdf file on this link which can help you 

https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCUQFjAB&url=http%3A%2F%2Fhelp.salesforce.com%2Fhelp%2Fpdfs%2Fen%2Factions_impl_guide.pdf&ei=0GcOVJC5EoWOuATA04KwDg&usg=AFQjCNG-7D3g3u5zP_2YMUMxeHJ36m68aw&sig2=hY1gzPdH2qTaUkFY5A4dGw&bvm=bv.74649129,d.c2E
Gaurav NirwalGaurav Nirwal
If my answer can help you Please select as best answer 

thanks
Phil WeinmeisterPhil Weinmeister
Hi chanukya,

Assuming you are using a community to expose the Community action, you will need to:
  • Create your custom actions
  • If you are creating custom actions, the user(s) will need access to the VF page and, if applicable, the Apex class
  • Navigate to Customize > Setup > Chatter > Groups > Group Layouts (see Fig. 1 below)
  • Override the default layout (see Fig. 2 below)
  • Drop in your actions to the publisher layout
  • Save
Fig. 1
User-added image

Fig. 2
User-added image

This works in a private Chatter group (I just tested it).

I have more on Publisher Actions in my book (just published, available via Amazon (http://amzn.com/1484200985)).

Thanks,
Phil