


Does anyone know if it's possible with text mode to add a Project report column with an active link to the Projects > Documents screen?
Views
Replies
Sign in to like this content
Total Likes
The slick way to do it is to create a calc field that is on every project Called "Project Documents", something like this:
CONCAT("https://hcgint.my.workfront.com/project/view?ID=", {ID} , "&activeTab=list-project-documents")
Then, in a report, create a column with this text mode:
displayname=WF Documents
link.url=customDataLabelsAsString(Project Documents)
linkedname=html(URL)
textmode=true
valueexpression=IF(ISBLANK({DE:Project Documents}),"","Docs Link")
valueformat=HTML
Looks like this:
TIP: if this solved your problem, I invite you to consider marking it as a Correct Answer to help others who might also find it of use.
The slick way to do it is to create a calc field that is on every project Called "Project Documents", something like this:
CONCAT("https://hcgint.my.workfront.com/project/view?ID=", {ID} , "&activeTab=list-project-documents")
Then, in a report, create a column with this text mode:
displayname=WF Documents
link.url=customDataLabelsAsString(Project Documents)
linkedname=html(URL)
textmode=true
valueexpression=IF(ISBLANK({DE:Project Documents}),"","Docs Link")
valueformat=HTML
Looks like this:
TIP: if this solved your problem, I invite you to consider marking it as a Correct Answer to help others who might also find it of use.
Thanks for your help with this!
Views
Replies
Sign in to like this content
Total Likes
Hey @RandyRoberts when the user clicks the Docs Link it redirects to their SSO login page. Do you know of a way to get around this?
Views
Replies
Sign in to like this content
Total Likes
If the user is logged in already, it should go directly to the project documents page.
If the user is NOT logged in, and you are emailing the report out or exporting it as a spreadsheet, there is no way they can see the documents section without logging in.
You can't log in to Workfront without logging in to Workfront.