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

Modify Script Includes for Prioritization page in Portfolio Planning

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.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > System Definition > Script Includes.

  2. From the list, select one of the following:

    • For List view, select APWBacklogConfigImpl
    • For Hierarchy view, select APWGanttConfigImpl
    • Update the column name in the Script field of the Script Include.

    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").

  3. Select Update.

What to do next

Create highlighted values for Prioritization columns in Portfolio Planning

Parent Topic:Highlighted fields on the Prioritization tab