Chatter Feed

Note

The Chatter Feed component is only available when using a Salesforce data source type with Skuid on Salesforce.

The Chatter Feed component displays the Salesforce Chatter feed for the component’s chosen model. Feed content can be restricted to that associated with the record on the first row of the model, or can display a “news feed” for the current user.

Warning

You can use the Chatter Feed component in a Skuid page that will be used with Lightning Experience, but be aware that After-Post Actions (a Skuid feature) are currently not supported in Salesforce Lightning.

Using the Chatter Feed Component

The Chatter Feed component requires a model on a Salesforce object that already has a Chatter feed associated with it.

Add the Chatter Feed

  • Drag and drop a Chatter Feed component onto the canvas, and make sure it’s set to the correct model.
  • Set the component’s properties.

Properties

Feed tab [[]]

  • Feed Type:

    • Feed for Model’s first row: Displays the Chatter feed for the record in the first row of the model.

      Note

      Need to control which record occupies the first row in the model? Use Fields to order records by with with a sort command (ASC, DESC). Or, create a condition on the model to limit which records are loaded.

    • News Feed for running user: Displays the Chatter feed for the the current user.

  • Model to show Feed for: The model the Chatter Feed will display posts and comments from.

  • Show Topics for Object: If checked (and Topics are enabled in the model’s object in Salesforce), Skuid displays the topics pane in the component. Users can view, add, and edit topics on a record in the Chatter Feed.

    Note

    This feature is not supported in native Salesforce Lightning apps.

  • Show Followers: If checked, Skuid displays the followers panel for the feed.

  • Unique Id (optional): Skuid automatically generates an alphanumeric Id for the component; if preferred, give it a practical name.

  • CSS Class (optional): Assign a CSS class to the component’s DOM element.

After-Post Actions tab [[]]

These actions run whenever a user adds a post or a comment to the Salesforce Chatter Feed.

Warning

After-Post Actions are not currently supported in Salesforce Lightning Experience.

  • Actions:
    • fa-plus-circle Add Action: Click to add actions and set them.
    • Convert to Action Sequence: Click to convert the existing action script into an action sequence.
      • Display Name: Give the sequence a memorable name.
      • Description: Describe the goal or purpose of the sequence.

Troubleshooting

  • The Chatter Feed component must be loaded during the initial page load process. If even a single record exists in the model, Skuid will load the associated posts into the feed. If no records exist in the model, the feed will not display on the page. Because of this requirement:

    • The Chatter Feed cannot be embedded into a popup or sliding panel.
    • Users cannot “refresh” the Chatter Feed when they select another record.
  • There can only be one Chatter Feed on a page. If you need additional Chatter Feeds, put each addition Chatter component in an iframe within a Template component.

    Warning

    Using iframes can result in unexpected behavior and is a strategy recommended for advanced Skuid users only. See HTML, iframes, and Skuid for more information.

  • If utilizing the skuid:page Visualforce component deployment method, ensure that the Skuid page’s Salesforce header properties in the Layout tab of Page Properties match the corresponding showHeader and showSidebar properties of the skuid:page component.