Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

CONCAT Field to identify project ID/documents

Avatar

Level 1

Hi,

 

First post here!

 

I'm looking for help with a CONCAT expression.

 

Use case: Task assignees can view a field in the task preview window containing a link to the documents attached to the project

Solution: Add calculated field to custom form, a CONCAT expression which pulls in the relevant project ID and points to the project documents folder. Add this custom field into relevant layout template.

 

It's the syntax for the CONCAT I need help with, if anyone can advise please.

 

Many thanks in advance

Danny

 

1 Reply

Avatar

Level 3

Hi Danny,

 

If you are just trying to point to the project level documents folder, something like this might do the trick for you:

 

valueexpression=CONCAT("https://mohawk.my.workfront.com/project/",{projectID},"/documents")

 

Thanks!