How to create a "Create Incident" button for knowledge articles on the portal view.Description<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description This article explains the procedure to have a "Create Incident" button on a knowledge article on portal view. Background We see the Create incident button on the Kb articles when we view them on the native UI, this is an OOB feature which allows the users to create incidents directly from the KB articles. However, we do not have the same facility of creating the incidents from the Knowledge articles when we view them on the Portal. This article helps in achieving this facility of creating the incidents from the Knowledge articles on the portal views. Steps to achieve. Prerequisites: You must have the system administrator roles to achieve this. Steps : Log in to your instance as an administrator. Go to the Service Portal, and open an article. On the body of the article page, Press Ctrl + Right click, this will populate option(s), Click on "Page in designer" option. This would open the page designer. Now on this page, you can add the widgets from the left panel. Search for the "link-button" widget and drag to add it on the page. Upon adding this widget, Click on the pencil icon of the widget. In the options, enter the value to "Mention the Link for button" as "sp?id=form&table=incident&sys_id=-1" Mention the Contents of Page as "Create Incident" and save it. Now go back to the portal and open any KB article, You should be able to see the Create incident button available on the KB article Additional Information. We can modify the URL for the create Incident button to pass the Subject / Caller and other information.