


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
Views
Replies
Sign in to like this content
Total Likes
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!
Views
Replies
Sign in to like this content
Total Likes