View: remove link to an object in a column
Some objects that you display in a view link to the Details page of the object, by default. For example, the column that displays the Name of a project is a link to the project; the column that displays the Name of a user is a link to the user’s profile page.
You can remove this link using text mode in columns that display in all views.
Access requirements
You must have the following access to perform the steps in this article:
*To find out what plan, license type, or access you have, contact your Workfront administrator.
Example: Remove the link to a task from the Task Name column in a task view:
-
Go to a list of tasks.
-
From the View drop-down menu, click New View to create a new view.
Or
Click the Edit icon
to edit an existing view, then select the view.
-
Click Add Column to add a new column.
Or
Click an existing column with a link to an object.
-
Click Switch to Text Mode.
-
Hover over the text mode area, and click Click to edit text.
-
Remove the text you find in the Text Mode box, and replace it with the following code:
displayname=Task Name linkedname=direct namekey=name querysort=name textmode=true valueexpression={name} valueformat=Compound
note tip TIP You can use similar code for other objects by doing adjusting the following: -
Replace the valuefield line of the code with valueexpression and keep the same name included in curly brackets after the equal sign.
-
Eliminate all the lines that start with
link.
from the original text of the column. For example, eliminate all the following lines:code language-none link.linkproperty.0.name=ID link.linkproperty.0.valuefield=ID link.linkproperty.0.valueformat=string link.lookup=link.view link.value=val(objCode)
-
-
Click Save, then Save View.