Leiste mit Community-Erfolgen erweitern.

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.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Fusion error as 422

Avatar

Level 1

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

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

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. 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor

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. 

Avatar

Level 1

Thank you @Richard_Le_ . I will try this.