You can replace the name of an object in a view with an image using text mode. You can also add a link to the image that can open the object it replaces.
Images appear in their actual resolution so try to use small images.
You must have the following access to perform the steps in this article:
Adobe Workfront plan* | Any |
Adobe Workfront license* | Request to modify a view 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 view 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.
Upload an image to a web site or server external of Adobe Workfront. You must be able to access the image using your web browser.
Using your web browser, go to the image that you saved.
Obtain the image’s URL by doing the following:
Go to a project, click the More menu next to the name of the project, then click Edit.
In the URL field, add the link to the image.
Navigate to a project view in a list or report and customize the view.
Click the header of the column for the Project Name, then click Switch to Text Mode.
Add the following code to the column to the existing code:
displayname=Link Project
image.name=Link Project
image.valuefield=URL
link.linkproperty.0.name=projectID
link.linkproperty.0.value=ID
link.lookup=link.edit
link.page=/view
link.valuefield=objCode
link.valueformat=val
textmode=true
type=image
valueformat=
The image you selected replaces the Project Name in the project view and the image is a link to the project.
Click Save View.