Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create and apply a configuration for the Overview section

Create visualization configurations for the Portfolio Overview section and apply them as needed.

Before you begin

Role required: sn_apm.apm_admin

Procedure

  1. Navigate to All > Enterprise Architecture > Enterprise Architecture Workspace > Configuration.

  2. On the APM EA Configurations page, select New.

  3. On the form, fill in the fields.

FieldDescription
NameName of the configuration.
ActiveOption to make the configuration active to appear on the Overview section.
SectionSection name for which you’re creating the configuration.
OrderPosition of the card in the sequential order of all other cards in that section.
Configuration TypeType of the configuration. If the Section field is set to Overview, then this field value is automatically set to Visualization.
Saved VisualizationName of the configuration. Select the lookup icon (
Image omitted: icon-lookup.png
Lookup icon) to select a configuration from the PAR Visualizations list.<strong>Note:</strong> You can create and save a visualization configuration using the Platform Analytics Workspace. For instructions, see <a href="../../now-intelligence/create-dv-sing-sc-ac/">Create a single score visualization in the Visualization Designer</a>.</td></tr><tr><td>
Manage Access
Option to provide access to the selected users and user groups. Add users or groups by selecting the lock icon (
Image omitted: icon-lock.png
Lock icon) for <strong>Users</strong> or <strong>Groups</strong>.</td></tr></tbody>
Sample Configuration script to add a card \(Business applications at the same capability hierarchy level\) in the Business Portfolio tab of the Insights section:

```
responseFromScript(); 

function responseFromScript() { 

    return { 

   "title":{ 

      "label":"Test insight card", 

      "size":"sm", 

      "lines":2 

   }, 

   "count":"6", 

   "description":{ 

      "label":"6 testing description", 

      "lines":2 

   }, 

   "countLabel":"test count", 

   "buttonLabel":"View list", 

   "buttonTooltip":"View list for Business applications at the same capability hierarchy level", 

   "border":{ 

      "color":"brown", 

      "variant":"secondary" 

   }, 

   "highlightedHeader":{ 

      "label":"Business Portfolio", 

      "icon":"bag-outline" 

   }, 

   "navigation":{ 

      "route":"list", 

      "title":"Business applications at the same capability hierarchy level", 

      "fields":{ 

         "table":"cert_follow_on_task", 

         "listTitle":"Business applications at the same capability hierarchy level" 

      }, 

      "params":{ 

         "query":"sys_created_on>=2022-12-15 11:36:37^audit.sys_id=ae25162c3ba20300028fe79c83efc492^state=1", 

         "listView":"" 

      } 

   }, 

   "displayText":"6 Business applications at the same capability hierarchy level" 

}; 

} 

```
  1. Select Submit.

Parent Topic:Configuring Enterprise Architecture Workspace

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.