1. Go to a list of tasks.

  2. From the View drop-down menu, click New View to create a new view.

    Or

    Click the Edit icon Edit icon

    to edit an existing view, then select the view.

  3. Click Add Column to add a new column.

    Or

    Click an existing column with a link to an object.

  4. Click Switch to Text Mode > Edit Text Mode.

  5. Remove the text you find in the Edit 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
    
    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:

      
      
      link.linkproperty.0.name=ID
      
      link.linkproperty.0.valuefield=ID
      
      link.linkproperty.0.valueformat=string
      
      link.lookup=link.view
      
      link.value=val(objCode)
      
  6. Click Done, then Save View.