Ultimately looking to collect custom form exports --looking for an efficient way to send custom form PDFs to exec not using WF.
Topics help categorize Community content and increase your ability to discover relevant content.
Unfortunately, in NWE, the custom form is on the Overview page so it doesn't have an exclusive URL.
I list the overview by including a calculated field called "Task Custom Form_" in an admin section of task form, like this:
CONCAT("https://MYDOMAIN.my.workfront.com/task/view?ID=", ID , "&activeTab=overview")
And then a column in the Task report like this:
displayname=Task Form
link.url=customDataLabelsAsString(Task Custom Form_)
linkedname=html(URL)
textmode=true
valueexpression=IF(ISBLANK({DE:Task Custom Form_}),"","Form Link")
valueformat=HTML
Views
Replies
Total Likes
Hi Tamara -
While Randy is correct that the custom forms are on the Overview tab, you can create a custom calculated field that takes you directly to the Overview tab and move the Custom forms to the top of the Overview tab on the layout template to make the first thing the users see.
Hope this helps,
Teale
Views
Replies
Total Likes
Views
Likes
Replies