---
sourceDocument: Australia Enterprise Architecture (formerly Application Portfolio Management)
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-portfolio-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enterprise Architecture (formerly Application Portfolio Management)

ft:clusterId :

    - appportman

bundleId :

    - appportman

workflow :

    - Technology


---

# Create new configuration for Overview section

# Create and apply a new configuration for the Overview section {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

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

## Antes de Iniciar

Role required: sn_apm.apm_admin

## Procedimento

1. Navigate to AllEnterprise ArchitectureEnterprise Architecture WorkspaceConfiguration.
2. On the APM EA Configurations page, select New.
3. On the form, fill in the fields.  
   {#config-overview__table_pvc_h12_hwb__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name of the configuration. |
   | Active | Option to make the configuration active to appear on the Overview section. |
   | Section | Section name for which you're creating the configuration. |
   | Order | Position of the card in the sequential order of all other cards in that section. |
   | Configuration Type | Type of the configuration. If the Section field is set to Overview, then this field value is automatically set to Visualization. |
   | Saved Visualization | Name of the configuration. Select the lookup icon (![Lookup icon]()) to select a configuration from the PAR Visualizations list. Nota: You can create and save a visualization configuration using the Platform Analytics Workspace. For instructions, see [Create a single score visualization in the Visualization Designer](https://www.servicenow.com/docs/access?context=create-dv-sing-sc-ac&version=australia&pubname=australia-now-intelligence&ft:locale=en-US). |
   | Manage Access | Option to provide access to the selected users and user groups. Add users or groups by selecting the lock icon (![Lock icon]()) for Users or Groups. |
   [Tabela 1. New EA Configuration Record form]

   {#config-overview__table_pvc_h12_hwb}  
   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" 

       }; 

       } 

4. Select Submit.

