View: add a list of task successors in a column
You can add a column to a task view to show a list of the successors of the tasks. The Task Successors column includes the number of the successor as well as the name.
Access requirements
You must have the following access to perform the steps in this article:
table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header | |
---|---|
Adobe Workfront plan | Any |
Adobe Workfront license* |
New:
Current:
|
Access level configurations |
Edit access to Reports, Dashboards, Calendars to modify a report Edit access to Filters, Views, Groupings to modify a filter |
Object permissions | Manage permissions to a report |
*For information, see Access requirements in Workfront documentation.
Add a list of task successors in a column
To add this column to a task view:
-
Go to a task list.
-
Expand the View drop-down menu, and click New View.
-
Click Add Column.
-
Click Switch to Text Mode, then click Edit Text Mode.
-
Remove all text in the Edit Text Mode box, and replace it with the following code:
code language-none displayname=Task Successors listdelimiter= listmethod=nested(successors).lists textmode=true type=iterate valueexpression=CONCAT({successor}.{taskNumber},' - ',{successor}.{name}) valueformat=HTML
-
Click Done, then Save View.