Fusion error as 422 | Community
Skip to main content
June 13, 2023
Solved

Fusion error as 422

  • June 13, 2023
  • 1 reply
  • 1212 views

Hi, I have a scenario in Fusion and several times it stops with error message as "[422] category cannot be null"". I am unable to find the reason for it. 

 

@ewanh @AndyHes - would you be able to help please?

 

Thanks,

Jainesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hi,

 

This error message usually occurs when you are attempting to update a custom field on an object when there is no custom form attached. Try adding the custom form ID to the categoryID field in your API call and this should resolve the problem.

 

Best Regards,

Rich. 

1 reply

Richard_Le_Community AdvisorAccepted solution
Community Advisor
June 13, 2023

Hi,

 

This error message usually occurs when you are attempting to update a custom field on an object when there is no custom form attached. Try adding the custom form ID to the categoryID field in your API call and this should resolve the problem.

 

Best Regards,

Rich. 

June 14, 2023

Thank you @richard_le_ . I will try this.