Create a multi-data source list display in Entity View Action Mapper
Use EVAM to take in different datasources, configure views, and show them in a card display view.
始める前に
Role required: admin or evam_admin
このタスクについて
A typical scenario is showing user requests and incidents in a single display view. A user might want to see requests that can be made from a catalog, such as a computer order. They also might want to see open or closed incidents. These items come from different data sources, but need to display through a consistent standard that can be easily configured.
This tutorial runs through creating an EVAM definition with two data sources, a configuration bundle for each data source which contains two view configurations, and associated actions and view templates. Many tasks are
repeated, instead of repeating each step, the following table lists the unique configurations and definitions:
| EVAM definition | Data source [Table] | Configuration bundle | Action | Configuration view | View template |
|---|---|---|---|---|---|
| User Requests | Catalog Requests [Requested Item] | Catalog Request Bundle | Navigation | Open Requests | Open Request Template |
| Closed Requests | Closed Request Template | ||||
| Incidents Submitted [Incidents] | Incidents Submitted Bundle | Open Incidents | Open Incidents Template | ||
| Closed Incidents | Closed Incidents Template |