Hi WF Community, how do you query custom form attach in a Project and get the custom form ID in Workfront Fusion?
Solved! Go to Solution.
Views
Replies
Total Likes
categoryID is the topmost custom form's ID, to get all custom forms on a project you need to access it's objectCategories:category.
In a read module on a project
Hi WFCEB,
One way that we do this:
In the setup screen under Custom Forms, we created a few called FORM ID. We added a column CUSTOM FORM >> ID to show us the Workfront ID for the form. In fusion, we can use this to filter out all other forms.
Hope this helps.
Scott
categoryID is the topmost custom form's ID, to get all custom forms on a project you need to access it's objectCategories:category.
In a read module on a project