<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question chrome_tab for creating a new knowledge base article in Service Operations Workspace forum</title>
    <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2938863#M688</link>
    <description>&lt;P&gt;I want to be able to click on the "+" tab in SOW to create a new KB article, presenting users with the window to choose the knowledge base they want to add the article too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm seeking help with formatting the JSON. I can create an article in the default kb with this JSON:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"label": {&lt;BR /&gt;"translatable": true,&lt;BR /&gt;"message": "New Knowledge Article"&lt;BR /&gt;},&lt;BR /&gt;"routeInfo": {&lt;BR /&gt;"route": "record",&lt;BR /&gt;"fields": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"sysId": "-1"&lt;BR /&gt;},&lt;BR /&gt;"multiInstField": "sysId",&lt;BR /&gt;"condition": {&lt;BR /&gt;"tableDescription": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"canCreate": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to present the "Create Article" window that asks which article and template we want to use:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RussLaPlante_0-1716315514279.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/358683iF8AD297B731EECA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RussLaPlante_0-1716315514279.png" alt="RussLaPlante_0-1716315514279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I reached the above window by going to my list of KB articles and clicking the New button.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 18:20:05 GMT</pubDate>
    <dc:creator>RussLaPlante</dc:creator>
    <dc:date>2024-05-21T18:20:05Z</dc:date>
    <item>
      <title>chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2938863#M688</link>
      <description>&lt;P&gt;I want to be able to click on the "+" tab in SOW to create a new KB article, presenting users with the window to choose the knowledge base they want to add the article too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm seeking help with formatting the JSON. I can create an article in the default kb with this JSON:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"label": {&lt;BR /&gt;"translatable": true,&lt;BR /&gt;"message": "New Knowledge Article"&lt;BR /&gt;},&lt;BR /&gt;"routeInfo": {&lt;BR /&gt;"route": "record",&lt;BR /&gt;"fields": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"sysId": "-1"&lt;BR /&gt;},&lt;BR /&gt;"multiInstField": "sysId",&lt;BR /&gt;"condition": {&lt;BR /&gt;"tableDescription": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"canCreate": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to present the "Create Article" window that asks which article and template we want to use:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RussLaPlante_0-1716315514279.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/358683iF8AD297B731EECA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RussLaPlante_0-1716315514279.png" alt="RussLaPlante_0-1716315514279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I reached the above window by going to my list of KB articles and clicking the New button.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 18:20:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2938863#M688</guid>
      <dc:creator>RussLaPlante</dc:creator>
      <dc:date>2024-05-21T18:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939012#M689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/118958"&gt;@RussLaPlante&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you get to the&amp;nbsp;&lt;EM&gt;Create Article&amp;nbsp;&lt;/EM&gt;window? I looked everywhere (SOW, backend, etc) but can't seem to find it.&lt;/P&gt;&lt;P&gt;Maybe I am missing some plugins..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 21:05:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939012#M689</guid>
      <dc:creator>James Chun</dc:creator>
      <dc:date>2024-05-21T21:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939046#M691</link>
      <description>&lt;P&gt;This is how I got there within SOW:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RussLaPlante_0-1716327718285.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/358727i2A6BDFED25E28E65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RussLaPlante_0-1716327718285.png" alt="RussLaPlante_0-1716327718285.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not familiar enough with SOW and this UI to figure out the chrome_tab route.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 21:42:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939046#M691</guid>
      <dc:creator>RussLaPlante</dc:creator>
      <dc:date>2024-05-21T21:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939073#M692</link>
      <description>&lt;P&gt;Thanks, try changing the value of the route to&amp;nbsp;&lt;EM&gt;kb_template_selector_modal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp;&lt;SPAN&gt;"route": "&lt;EM&gt;kb_template_selector_modal&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 22:36:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939073#M692</guid>
      <dc:creator>James Chun</dc:creator>
      <dc:date>2024-05-21T22:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939074#M693</link>
      <description>&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. I've been trying that but now think I'm just hung up on bad JSON or incorrect parameters:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"label": {&lt;BR /&gt;"translatable": true,&lt;BR /&gt;"message": "New Knowledge Article"&lt;BR /&gt;},&lt;BR /&gt;"routeInfo": {&lt;BR /&gt;"route": "kb_template_selector_modal"&lt;BR /&gt;"fields": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"sysId": "-1"&lt;BR /&gt;},&lt;BR /&gt;"multiInstField": "sysId"&lt;BR /&gt;},&lt;BR /&gt;"condition": {&lt;BR /&gt;"tableDescription": {&lt;BR /&gt;"table": "kb_knowledge",&lt;BR /&gt;"canCreate": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Russ&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 22:40:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939074#M693</guid>
      <dc:creator>RussLaPlante</dc:creator>
      <dc:date>2024-05-21T22:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939075#M694</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/118958"&gt;@RussLaPlante&lt;/a&gt;&amp;nbsp; - you are missing a comma after&amp;nbsp;&lt;EM&gt;&lt;SPAN&gt;"route": "kb_template_selector_modal"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Try the following instead -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
   "label":{
      "translatable":true,
      "message":"New Knowledge Article"
   },
   "routeInfo":{
      "route":"kb_template_selector_modal",
      "fields":{
         "table":"kb_knowledge",
         "sysId":"-1"
      },
      "multiInstField":"sysId"
   },
   "condition":{
      "tableDescription":{
         "table":"kb_knowledge",
         "canCreate":true
      }
   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 22:42:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939075#M694</guid>
      <dc:creator>James Chun</dc:creator>
      <dc:date>2024-05-21T22:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939942#M699</link>
      <description>&lt;P&gt;Thanks so much for your help James! I have this working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made one small mod after your suggestion. Here's my config to end the discussion:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"label":{&lt;BR /&gt;"translatable":true,&lt;BR /&gt;"message":"New Knowledge Article"&lt;BR /&gt;},&lt;BR /&gt;"routeInfo":{&lt;BR /&gt;"route":"kb_template_selector_modal",&lt;BR /&gt;"fields":{&lt;BR /&gt;"table":"kb_knowledge"&lt;BR /&gt;},&lt;BR /&gt;"multiInstField":"sysId"&lt;BR /&gt;},&lt;BR /&gt;"condition":{&lt;BR /&gt;"tableDescription":{&lt;BR /&gt;"table":"kb_knowledge",&lt;BR /&gt;"canCreate":true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 14:19:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/2939942#M699</guid>
      <dc:creator>RussLaPlante</dc:creator>
      <dc:date>2024-05-22T14:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3011738#M941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/118958"&gt;@RussLaPlante&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/594931"&gt;@James Chun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;When we create a new Change Request, there is a screen like this which ask us to select the Type of CHG, where we can route the Create Change Request option to? like the way we route Create Knowledge Article to&amp;nbsp;&lt;SPAN&gt;kb_template_selector_modal&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 10:30:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3011738#M941</guid>
      <dc:creator>Fin Nguyen</dc:creator>
      <dc:date>2024-08-07T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3061468#M1131</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/118958"&gt;@RussLaPlante&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is very helpful. Thank you for sharing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing that I noticed is that after I click the "Create Article" button, the tab does not close, instead it stays opened and another tab opens up for the knowledge article record. Also, If I click the "Cancel" button, it doesn't do anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to close it? Please see screenshot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snag_5d6e183.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/390927i0F1593AF15C5B262/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Snag_5d6e183.png" alt="Snag_5d6e183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ruaa&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 17:39:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3061468#M1131</guid>
      <dc:creator>Ruaa1</dc:creator>
      <dc:date>2024-10-01T17:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3441195#M3382</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/314281"&gt;@Ruaa1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also having the same issue, did you find any solution for it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandhya Gurram&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 07:13:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3441195#M3382</guid>
      <dc:creator>Sandhya Gurram</dc:creator>
      <dc:date>2025-12-02T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: chrome_tab for creating a new knowledge base article</title>
      <link>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3441764#M3388</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/18103"&gt;@Sandhya Gurram&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I haven’t had a chance to look into it further yet, but the behavior remains unchanged.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 20:19:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/service-operations-workspace/chrome-tab-for-creating-a-new-knowledge-base-article/m-p/3441764#M3388</guid>
      <dc:creator>Ruaa1</dc:creator>
      <dc:date>2025-12-02T20:19:39Z</dc:date>
    </item>
  </channel>
</rss>

