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
| table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header | |
|---|---|
| Adobe Workfront package | Any |
| Adobe Workfront license |
Contributor or Request to modify a filter Standard or Plan to modify a report |
| 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 more detail about the information in this table, 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.