Working with Dashboard SData Feed Widgets

An SData feed widget displays a list of records generated from an SData feed. You can select the entity and the columns that are displayed in the list.

To add or edit a dashboard SData widget

  1. Click Dashboard on the navigation bar.
  2. Select the required tab to add or modify the required widget.
    Note: You can add or edit widgets that are created by the current user.
  3. Do one of the following:
    • On the dashboard menu, click Add Widget, and then click SData Feed.
    • Find the required widget to edit and click the widget_settings icon to open Widget Settings.
  4. Complete the Widget Settings General Options information.
    1. Width: Use the slider to indicate how much horizontal space the widget should occupy on the dashboard. The default is 12. Moving the slider to the left allows more than one widget to occupy the same line until a total of 12 is reached. For example, for 2 widgets to appear next to each other, set each widget’s width to 6. For 3 widgets to appear next to each other, set each widget’s width to 4.
    2. Height: In pixels, specify the vertical space the widget should occupy on the dashboard. The default height is 450px. To make the widget occupy more vertical space specify a higher number. To make the widget occupy less vertical space specify a lower number.
    3. Title: The title to be displayed in the widget title bar. By default the title is set to SData Feed.
    4. Subtitle: Text that displays below the title to provide additional information about the widget. By default this is blank.
  5. Click Entity Options.
    1. Click the Entity drop-down arrow and select the required entity. For example, Opportunity.
    2. In the SData Where Clause box type the where clause to specify an SData entity where clause for defining the query parameters using the correct syntax. For example, AccountName like ‘A%’ returns account records starting with “A”.
      Note: For more information about creating a where clause, see Creating an SData Where Clause.
    3. In the Sort Order, define the order in which data is arranged in the widget in the following format “AccountName asc”.
      1. Type the required property to sort by. For example, AccountName.
      2. Type a space and then type asc to sort records in ascending order or desc to sort records in descending order.
  6. Click Grid Options and select required column to the widget.
  7. Click Save when finished.