<?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 Is it possible to open searched Knowledge Articles in the same Tab?  in Virtual Agent, NLU forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252520#M6274</link>
    <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen numerous community posts asking how to have a searched Knowledge Article from the Virtual Agent to be opened in a new Window or Tab. For us, we would like to explore if it's possible to open a Knowledge Article from the Virtual Agent search&amp;nbsp;&lt;EM&gt;within the same tab&lt;/EM&gt;. Can this be maintained within the Virtual Agent topic, or is there outside configuration that needs to be carried out? If it's the latter, then additional guidance would be appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2020 11:05:58 GMT</pubDate>
    <dc:creator>oelrafik</dc:creator>
    <dc:date>2020-10-16T11:05:58Z</dc:date>
    <item>
      <title>Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252520#M6274</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen numerous community posts asking how to have a searched Knowledge Article from the Virtual Agent to be opened in a new Window or Tab. For us, we would like to explore if it's possible to open a Knowledge Article from the Virtual Agent search&amp;nbsp;&lt;EM&gt;within the same tab&lt;/EM&gt;. Can this be maintained within the Virtual Agent topic, or is there outside configuration that needs to be carried out? If it's the latter, then additional guidance would be appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:05:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252520#M6274</guid>
      <dc:creator>oelrafik</dc:creator>
      <dc:date>2020-10-16T11:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252521#M6275</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It makes sense opening the KB article in new tab because if it opens in same tab/window then the VA conversation will be gone.&lt;/P&gt;
&lt;P&gt;you can use HTML type of VA Bot response and still show the KB article in same tab&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:12:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252521#M6275</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-10-16T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252522#M6276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It's the default behavior and you don't have a configuration option to change this i..e open in same tab&lt;/P&gt;
&lt;P&gt;you can use HTML type of VA Bot response and still show the KB article in same tab&lt;/P&gt;
&lt;P&gt;something like this&lt;/P&gt;
&lt;P&gt;For example:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href="/sp?id=kb_article&amp;amp;sys_id=&lt;STRONG&gt;kbSysId&lt;/STRONG&gt;" target="_parent"&amp;gt;Your URL&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:14:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252522#M6276</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-10-16T11:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252523#M6277</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Opening in the same Service Portal page instead of a new page?&lt;BR /&gt;No that won't be possible.&lt;/P&gt;
&lt;P&gt;You could script your links with a specific target, though... _self, _parent would just open the link in the Virtual Agent window itself. Not in the Service Portal itself.&lt;/P&gt;
&lt;P class="ng-scope"&gt;If my answer helped you in any way, please then mark it as helpful.&lt;/P&gt;
&lt;P class="ng-scope"&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=fb488720dbaacc504819fb2439961900" target="_blank" rel="noopener noreferrer nofollow"&gt;2020 ServiceNow Community MVP&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://developer.servicenow.com/blog.do?p=/post/all-stars/" target="_blank" rel="noopener noreferrer nofollow"&gt;2020 ServiceNow Developer MVP&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="ng-scope"&gt;---&lt;/P&gt;
&lt;P class="ng-scope"&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer nofollow"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer nofollow"&gt;Community article list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 11:16:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252523#M6277</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2020-10-16T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252524#M6278</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="eea5b4a91b8618506531ea89bd4bcb1f"&gt;@oelrafik&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for marking my response as helpful.&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Let me know if I have answered your question.&lt;BR /&gt;&lt;BR /&gt;If so, please mark appropriate response as correct &amp;amp; helpful so that this thread can be closed and others can be benefited by this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 14:38:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252524#M6278</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-10-23T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to open searched Knowledge Articles in the same Tab?</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252525#M6279</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Did this solve your question? Or do we need to follow-up on this?&lt;/P&gt;
&lt;P&gt;Please mark this answer as correct if it solves your question. This will help others who are looking for a similar solution. Also marking this answer as correct takes the post of the unsolved list.&lt;BR /&gt;Thanks.&lt;/P&gt;
&lt;P class="ng-scope"&gt;Kind regards,&lt;BR /&gt;Mark&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=fb488720dbaacc504819fb2439961900" target="_blank" rel="noopener noreferrer nofollow"&gt;2020 ServiceNow Community MVP&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://developer.servicenow.com/blog.do?p=/post/all-stars/" target="_blank" rel="noopener noreferrer nofollow"&gt;2020 ServiceNow Developer MVP&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="ng-scope"&gt;---&lt;/P&gt;
&lt;P class="ng-scope"&gt;&lt;A href="https://www.linkedin.com/in/markroethof/" target="_blank" rel="noopener noreferrer nofollow"&gt;LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.servicenow.com/community?id=community_blog&amp;amp;sys_id=14e51965db2200d013b5fb24399619fb" target="_blank" rel="noopener noreferrer nofollow"&gt;Community article list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 14:43:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/is-it-possible-to-open-searched-knowledge-articles-in-the-same/m-p/252525#M6279</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2020-10-23T14:43:15Z</dc:date>
    </item>
  </channel>
</rss>

