Export Custom Form | Community
Skip to main content
July 3, 2018
Question

Export Custom Form

  • July 3, 2018
  • 17 replies
  • 2726 views
Can a Custom Form be exported to a PDF? Tracy Sanders Humana - Care Plus Health Plans
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

17 replies

January 31, 2019
Really interesting thread! I was talking to my CSM about exactly the same thing just this week. Great to see the workaround but would be even better if you could just export like you can with most other areas of WF! Is it on the roadmap at all?
Level 7
January 31, 2019
Currently "Under Consideration" in the idea exchange: "https://support.workfront.com/hc/en-us/community/posts/115005641187-Ability-to-Export-Custom-Forms" https://support.workfront.com/hc/en-us/community/posts/115005641187-Ability-to-Export-Custom-Forms Anthony Pernice Healthcare Consultancy Group
Level 2
January 31, 2019
Dustin, I am trying to create this report but having difficulty. I chose category for report type but I don't see "field" as a column choice. What am I missing? Madeleine Madeleine Bronstone LeapPoint
Level 8
January 31, 2019
Hi Madeleine, A category report will let you see all the custom forms in your environment. Because each form can have different fields, you can't directly call to the fields. Now, you could do a collection in the view to show all the fields, but that's getting a bit above what I can relay here on the community. I'd recommend reading up on how to use Collections in a report: https://support.workfront.com/hc/en-us/articles/115000586214-Referencing-Collections-in-a-Report Best of luck! Dustin Martin Assigned Support Engineer Workfront
Level 10
February 1, 2019
It seems that you can only work with Collections with an API? Jill Ackerman
Level 7
February 1, 2019
I've got pretty limited experience in this, but its my understanding that all you're really doing is using the "https://support.workfront.com/hc/en-us/articles/220633507" API Explorer to find the item you're trying to reference in your report. Anthony Pernice Healthcare Consultancy Group
Level 8
February 1, 2019

Hey Jill, Not quite. This guide will go over a bit more on how to use collections: https://support.workfront.com/hc/en-us/articles/115000586214-Referencing-Collections-in-a-Report

The API explorer is used to understand what fields are available, what objects you can reference from that object, and what 1:n objects you can reference. 1:n = 1 to many relationship in a database. -- We use Oracle as our DB. So quick example: Look at Project in the API explorer. On the Fields tab, you'll see that you can reference ID, Name, etc. On the References tab, you'll see that you can reference Category, Approval Process, Scorecard, Group, Owner, etc. On the Collections tab, you'll see that you can reference Baselines, Documents, Expenses, hours, Tasks, Updates, etc. So, if I were to create a project report, I can see that I can reference the name in a column based on the Fields tab, the Approval Process based on the References tab, and a list of all the tasks, based on the Collections tab. Now, you might find out that sometimes something won't be listed, but it's still possible to reference. Such as a list of issues on a project report, in a collection column. Here's what it looks like for the text mode for the column:

displayname=Issues

listdelimiter= < p >

listmethod=nested(issues).lists

textmode=true

type=iterate

valuefield=name

valueformat=HTML</pre>

And when you run the report, you can see a list of issues (see the image.png I uploaded.) I hope this helps steer you in the right direction! Thanks, Dustin Martin Assigned Support Engineer Workfront