How To Set "View Article" To Use Portal ViewSummaryHow to update the "View Article" UI action on the kb_knowledge form to open articles in the portal view? InstructionsOut of the box, there is no functionality to set the 'View Article' UI action to open knowledge articles in the portal view. Only the platform view is available, and is defined in the "KnowledgeUIActionSNC" script include. To open in the portal view, the UI action will have to be customized to redirect to the knowledge portal view. "View Article" UI action /nav_to.do?uri=%2Fsys_ui_action.do%3Fsys_id%3Dcb1ad7720a0a3c1901fdabc99f970748 Sample Customization: gs.setRedirect("/kb?id=kb_article_view&sys_kb_id=" + current.sys_id);