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.
Vorbereitungen
Role required: admin
Prozedur
-
Navigate to .
-
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.
- 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.
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").
-
Select Update.