Error when submitting Record Producers in Order GuideIssue When submitting either of the 2 Record Producers or together in the Order Guide, the page is getting re-directed to an error page with a "404" message. No errors come when submitting all 3 together. The 3 forms should not be accessible individually and should only be raised through the Order guide.SymptomsThe page redirects to an error page with a "404" message when submitting one or two Record Producers.No errors occur when submitting all three Record Producers together.ReleaseAll releasesCauseThe issue is likely due to a custom widget's Client controller, specifically line 830, which is not properly handling the submission of individual Record Producers.ResolutionReview the Client Controller: Examine line 830 of the custom widget's Client controller to identify any issues with the submission handling of individual Record Producers.Verify Redirect Page Existence: Ensure that the page the user is redirected to exists and is correctly configured.Modify Line 830: Make a small modification at line 830 to redirect the page to the "My_Requests" page instead of the error page. This will ensure that users are directed to a valid page after submitting the Record Producers. Recommended Action: To prevent similar issues in the future, consider implementing additional validation and error handling in the custom widget to ensure that individual Record Producers cannot be submitted outside of the Order Guide.Related LinksServiceNow Documentation: Order Guides From the Community: Difference between order guide and catalog item