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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Oh sorry, mistyped it, it should be categoryParameters:parameter:name
Views
Replies
Total Likes
That did it.
Thanks for the assist.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies