Expand my Community achievements bar.

Got questions about Workfront Governance? Join our upcoming Ask Me Anything session on February 12th!
SOLVED

Compare 2 forms

Avatar

Level 2

Does anyone have ideas of how I can have Fusion compare 2 forms, 1 from Sandbox and 1 from Production, and see the differences of field names?

thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can pull all custom fields on a form by including categoryParameters:categoryParameter:name. That should give you a list of all fields on the form you searched for, and then you can do any comparisons you'd like to do.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

You can pull all custom fields on a form by including categoryParameters:categoryParameter:name. That should give you a list of all fields on the form you searched for, and then you can do any comparisons you'd like to do.

Avatar

Level 2

When trying to include categoryParameters:categoryParameter:name

I get a 422 error:
[422] APIModel V19_0 does not support field categoryParameter (CategoryParameter)

 

I've added a screenshot to my module.  Maybe I'm performing the call wrong.

Avatar

Community Advisor

Oh sorry, mistyped it, it should be categoryParameters:parameter:name