Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Entity List View component displays a list view in the dashboard part. (Use the View Container Component if you want to display a Chart, Calendar, Pivot Table, Pivot Grid, Map, or Gantt view.)

Note that to maximize the space available for list views on a dashboard, the Status Bar is only displayed for list views that have paging enabled and exceed the page size. Info:

Info

You can drag and drop an existing view into any personal dashboard without having to open the Dashboard Options dialog. See

...

Adding a View to a Dashboard

...

for details.

 

...

Follow these steps to configure a part to use this component:

  1. On the General tab of the Dashboard Parts form, select the the Entity List View component  component from the the Component field field.
  2. Select the the Properties tab. Entity List View Properties Image Removed tab.  
    Entity List View PropertiesImage Added 
  3. Enter a caption in the the Caption field field.
    • The specified caption appears above the view on the dashboard.
       
  4. In the the Entity field field, enter the service whose records you want to display in the view.
    • For example, if you want to show Persons records in the view,

...

    • enter Persons

...

    •  in the Entity field.
       
  1. Select a View Type:
    • Link to Existing View: Use this option to display an existing view in the part.
    • Custom SQL View: Advanced users can use this option to specify their own SQL statements.
       
  2. Do one of the following depending on which option you selected for View Type:
    • In

...

    • the View

...

    •  field, enter the list view that you want to display in the part.
    • In

...

    • the SQL View

...

    •  tab, enter your SQL statement to define the view records.
       
  1. Click the the New Record Parameters tab  tab and specify any field information that you want to automatically populate when a user opens a new record from the view (for advanced users only).
    • To specify default parameters for new records opened from the view, use this syntax: 

      PARAMS(Field1=Value|Field2=Value)
       
    • For example, to automatically populate a new Persons record's Title and Ranking fields with

...

    • Purchasing Manager

...

    • and

...

    • 5

...

    • ,

...

    • enter PARAMS(Title=Purchasing Manager|Ranking=5)
       
  1. Click Click OK to  to save the Dashboard Parts record.