For a Service Portal custom page, after selecting back from browser or after "Request Approval" UI Action was selected from kb_knowledge form, the page would redirect to OOB kb portal instead of custom portal pageIssue For a Service Portal custom page, after selecting Back from browser or after "Request Approval" UI (user interface) Action was selected from kb_knowledge form, the page would redirect to OOB (out of box) kb (knowledge base) portal instead of custom portal page. Steps to reproduce: Navigate to custom portal Service Portal page.Navigate to Knowledge > Create Article. Leave the page in one of two ways: Click the Back browser button/arrow.Complete the mandatory fields, right-click in the form header and click Save, then click Request Approval. Desired Behavior: The page redirects to /custom_portal_page?id=kb_home. Unexpected/Actual Behavior: The page redirects to the base system /kb portal.Release"kb_home" page has a Instance who's widget redirects to "kb" in the options schema. ResolutionMake a clone of the widget that is assigned in the kb_home page.Change the following line in the bottom of the "Option schema" code from: "kb_knowledge.do?sys_id-1&sysparm_stack=kb" to: "kb_knowledge.do?sys_id-1&sysparm_stack=<desired portal page name>" (without <>) SaveNavigate to the "kb_home" Service Portal page.Under the "Select a Knowledge Base below to browse for an article" instance, assign the clone of the widget to replace the current widget and Save.