View configurations, view templates, and configuration bundles for EVAM
- UpdatedJul 31, 2025
- 2 minutes to read
- Zurich
- Now Platform Capabilities
A view configuration combines conditions, database fields, and declarative actions with an associated view template. You can also group view configurations together to create configuration bundles using the Entity View Action Mapper (EVAM).
- Service Portal Search Bundle
- Service Portal bundle (sp_bundle)
View configurations have an associated view template, tables and conditions, designated table field with data, and associated declarative actions. You can look at the demo_evam_dataset for examples of base system configuration views. These view configurations are ready to use and are meant to work with many use cases. You can also create or edit view configurations to meet specific needs.
{
"component": "sn-search-result-evam-card",
"staticValues": {
"detailLabelType": {
"translatable": false,
"key": "inline"
},
"textHeaderLabelOne": {
"translatable": true,
"key": "Attachment"
},
"detailLabelOne": {
"translatable": true,
"key": "From:"
}
},
"mappings": {
"imageType": "doctype_image_type",
"icon": "doctype_image",
"imageURL":"doctype_image",
"textHeaderLabelTwo": "doctype",
"title": "ai_search_teaser_title",
"summary": "ai_search_teaser_text",
"detailValueOne":"parent_title"
},
"actionMappings": {
"clickAction": "navigation",
"footerLinkAction": "navigation_to_parent_record"
}
}| Template | Description |
|---|---|
| component | The card component name. |
| staticValues | The static text mapping to component properties. These values have the following properties:
|
| mappings | The mapping of the data source field to the component properties. |
| actionMappings | The actions that you can associate with the card. |
These view templates are ready to use and are meant to work with many use cases. You can also create or edit view templates to meet specific needs.