---
sourceDocument: Australia Strategic Portfolio Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/it-business-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Strategic Portfolio Management

ft:clusterId :

    - itbm

bundleId :

    - itbm

workflow :

    - Technology


---

# Modify Script Includes for Prioritization page in Portfolio Planning

# Modify Script Includes for Prioritization page in Portfolio Planning {#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

Modify the Script Includes for List and Hierarchy views of the Prioritization page to
change the columns to be highlighted in these views in the workspace.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem DefinitionScript Includes.
2. From the list, select one of the following:
   * For List view, select APWBacklogConfigImpl
   * For Hierarchy view, select APWGanttConfigImpl
   {#modify-script-includes-prioritization-page-portfolio-planning__choices_ojt_h5x_2wb}
3. Update the column name in the Script field of the Script Include.
   * List view: In the getColumnsForHighlightedValues method, update the return value to the desired column.

     For example, if you want to highlight the Status
     column, update to status.
   * Hierarchy view: Update the colorByColumn attribute to the desired column.

   {#modify-script-includes-prioritization-page-portfolio-planning__choices_b4j_kvx_2wb}  
   In the getColumnsForHighlightedValues function, update the return value to the desired column.

   For example, if you want to highlight the Priority column, update the return value to `("planning_state", "state", "priority")`.
4. Select Update.
{#modify-script-includes-prioritization-page-portfolio-planning__steps_cpx_bsz_5wb}

## O que Fazer Depois

[Create new highlighted values for Prioritization columns in Portfolio Planning](https://servicenow-prod.fluidtopics.net/hZfQC9XNQo49oGi_a_p35w "Customize the fields to be highlighted on the Prioritization page of a portfolio plan according to your planning manager's needs.")

