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.
You must have the following access to perform the steps in this article:
Adobe Workfront plan* | Any |
Adobe Workfront license* | Plan |
Access level configurations* | Edit access to Reports, Dashboards, Calendars Edit access to Filters, Views, Groupings Note: If you still don't have access, ask your Workfront administrator if they set additional restrictions in your access level. For information on how a Workfront administrator can modify your access level, see Create or modify custom access levels. |
Object permissions | Manage permissions to a report For information on requesting additional access, see Request access to objects . |
*To find out what plan, license type, or access you have, contact your Workfront administrator.
To add this column to a task view:
Go to an existing task view.
Expand the View drop-down menu, and select Customize View.
Click Add Column.
Click Switch to Text Mode.
Mouse over the Show in this column area, and click Click to edit text.
Remove all text in the Text Mode box, and replace it with the following code:
displayname=Task Successors
listdelimiter=
listmethod=nested(successors).lists
textmode=true
type=iterate
valueexpression=CONCAT({successor}.{taskNumber},' - ',{successor}.{name})
valueformat=HTML
Click Save View.