Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Fusion to keep the custom form order same when converting Project

Avatar

Level 1

6/17/24

Description -

Fusion convertProject module currently does not maintain the same order of custom forms when converted from a template. 

How would you like the feature to work - By default, when the issues are converted to either projects, it will nice to have the order of the custom forms is same as the template that is used to convert to project.

Current Behaviour - It currently does not maintain the same order

2 Comments

Avatar

Level 8

9/23/25

Not sure if you figured this out already, but here is how I got around it.

You will want use a custom API call for the template. From there you can grab the objectCategories and sort them in order.

BrandonNW_1-1758638030039.png

 

Then, use that array to set the order of the forms in the convert to project module.

BrandonNW_0-1758638007701.png

 

I hope that helps!