Hello, Community
I created a calculated field in a Task Form with the intention of having the user "clicking" on a live link that will take them to the Project's Documents section (if it were to a specific Template Folder even better! but I think that would require Fusion help...)
Although the Project URL displays correctly, the link takes me to my Home Page.
Solved! Go to Solution.
Hi!
I played with this in my instance and got it to work using this code:
CONCAT("https://ORGNAME.my.workfront.com/project/",{projectID},"/documents")
Let me know if that works for you! 🙂
Hi!
I played with this in my instance and got it to work using this code:
CONCAT("https://ORGNAME.my.workfront.com/project/",{projectID},"/documents")
Let me know if that works for you! 🙂
It did! So close, but yet far.
Thank you, MaddyMa!
Happy to help! I tried to get it to direct to a specific folder but ran into a block at the correct field name. While this code doesn't work as intended yet, maybe it can help you get a little closer to your finish line. 👍
CONCAT("https://cfmapproval.sb02.workfront.com/project/",{projectID},"/documents","?initialFolderID=",{project}.{documentFolderID})
You should even be able to submit this code in a ticket to have Support help identify the correct field combination to replace {project}.{documentFolderID}
Best of luck!
Thank you for this tip! Is there a way to display the URL as custom text instead of the full URL?
Ideally, the field would show the project name as a hyperlink that points to the project.
I've tried using an IF statement:
IF(CONCAT("URL",{customField:ID})>0,{customField:name},"")
this isn't working for me. It just returns an N/A regardless of the value.
Any ideas?
Views
Replies
Total Likes
Views
Likes
Replies