Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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

 

0 Replies

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!