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
Rahul@SalesforceRahul@Salesforce 

Adding New Chatter Feed type

Can i create a custom object and add a functionality in Chatter Feed saying New "custom Object" like below ? Can i do this using Canvas app. Any tutorial or link will be greatly appreciated.
Thanks.


Add new chatter feed feature type ?
Best Answer chosen by Rahul@Salesforce
Pat PattersonPat Patterson
Yes - the functionality you are looking for is called 'Publisher Actions'. Here is an overview (http://help.salesforce.com/HTViewHelpDoc?id=actions_overview.htm&language=en_US), and this Dreamforce session covers publisher actions and canvas: Every Developer is a Mobile Developer (http://www.youtube.com/watch?v=tKdrVU3Ycec).

All Answers

Pat PattersonPat Patterson
Yes - the functionality you are looking for is called 'Publisher Actions'. Here is an overview (http://help.salesforce.com/HTViewHelpDoc?id=actions_overview.htm&language=en_US), and this Dreamforce session covers publisher actions and canvas: Every Developer is a Mobile Developer (http://www.youtube.com/watch?v=tKdrVU3Ycec).
This was selected as the best answer
Rahul@SalesforceRahul@Salesforce
Thanks a lot Pat !