Create a multi-data source list display in Entity View Action Mapper
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Now Platform Capabilities
Use the Entity View Action Mapper (EVAM) to take in different data sources, configure views, and show them in a card display view.
Before you begin
Role required: admin or evam_admin
About this task
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 |
Procedure