Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Added incident on announcement on SOW grid view, but clicking on a record does not open it.

Mohni
Giga Contributor

In Service Operations Workspace, I have added the Incident table under Announcements, where outages are already shown from EVAM.
I can see the incident records in the grid view, but when I click on any incident block, nothing happens. The record does not open.

However, when I click on the out‑of‑box outage record, it opens correctly.

Please find the screenshots below for reference.
Let me know if any more clarity is needed.

5 REPLIES 5

HI @Mohni ,

1.Create new Template SOW - incident template

{
  "component": "now-card-evam-record",
  "staticValues": {
    "highlightedHeaderIcon": {
      "translatable": false,
      "key": "alert-outline"
    },
    "highlightedHeaderBkgColor": {
      "translatable": false,
      "key": "high"
    },
    "textHeaderLabel": {
      "translatable": true,
      "key": "Incident"
    },
    "detailLabelOne": {
      "translatable": true,
      "key": "Configuration item"
    },
    "detailLabelTwo": {
      "translatable": true,
      "key": "Priority"
    },
    "cardLabel": {
      "translatable": true,
      "key": "Open incident record"
    },
    "buttonLabel": {
      "translatable": true,
      "key": "Open incident record"
    }
  },
  "mappings": {
    "highlightedHeaderLabel": "state",
    "titleLabel": "short_description",
    "subtitle": "description",
    "detailValueOne": "state",
    "detailValueTwo": "priority"
  },
  "actionMappings": {
    "clickAction": "sow_announcement_open_record"
  }
}

 2.Open EVAM View config record and Add Attach new template created.
3.Now in the related list click Link Existing and in the declarative action select sow_announcement_open_record
Screenshot 2026-04-20 at 6.58.01 PM.png
4.Now the incident card will be clickable and opens in a new tab.