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
waltawalta 

Link to user's posting area

Hi,

I'm not sure if this is possible, but we have an idea to use chatter as a "help forum" for one of our apps. The goal is to have a help icon that links to the user's Chatter page - with the post area pre-pended with a hashtag and the app name.

 

Is this possible to do via a URL? Or is the only way with a Rest call to the API?

 

Thanks,

Walt 

Best Answer chosen by Admin (Salesforce Developers) 
ChrisOctagonChrisOctagon

Sorry there is not a way to pre-populate the publisher using query parameters on a URL. You should be able to build a custom publisher UI using the Chatter REST API though.

All Answers

ChrisOctagonChrisOctagon

Sorry there is not a way to pre-populate the publisher using query parameters on a URL. You should be able to build a custom publisher UI using the Chatter REST API though.

This was selected as the best answer
waltawalta

Thanks for the response. We will approach it using the API now. Thanks.