How to change the project document link to task level document link in a Workfront task level report?
Instead of providing project document URL in user's dashboard, need to provide task document URL so that user can update relevant task document .
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
OK this is API 101.
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{ID},"/documents")
조회 수
답글
좋아요 수
Can you provide more context?
What field/column are you using?
Which link?
Note that "documents" is a collection; there is no single "task document"
This is the URL used to pull task document in the report, however this URL isn't working.Need to know how can we fetch document attached on a task on task level report?
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{taskID},"documents")
valueformat=HTML
displayname=Task Documents
shortview=true
조회 수
답글
좋아요 수
How to include the taskID dynamically on the URL so that the task level documents are fetched on report?
https://domain.my.workfront.com/workfront/task/{DE:taskID}/documents
조회 수
답글
좋아요 수
OK this is API 101.
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{ID},"/documents")
조회 수
답글
좋아요 수