<?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 Search Result in Expert Services forum</title>
    <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857860#M93</link>
    <description>&lt;P&gt;I'm fairly new to this with limited experience. Really stuck any kind of help is appreciated.&lt;BR /&gt;In UI builder Global search is enabled for portal&amp;nbsp; and in my result page see the list but when click on the them cannot open &lt;SPAN&gt;knowledge based articles but works for catalog item&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if (ACTION_NAME == 'NAVIGATION') {
        var table = event.payload.action.actionPayload.table;
        var articleNumber = event.payload.model.number;
        if (table == "kb_knowledge") {
            route = "artikkeli";
            const fields = {
                "sysId": event.payload.action.actionPayload.sysId,
                "articleid" : articleNumber
            };
            console.log(event.payload);
            console.log(route);
            console.log(fields);
            api.emit('NAV_ITEM_SELECTED', {
                route,
                fields
            });
        } else if (table == "sc_cat_item" &amp;amp;&amp;amp; event.payload.action.actionPayload.url == "") {
            route = "catalog_item";
            const fields = {
                "sysId": event.payload.action.actionPayload.sysId
            };
            api.emit('NAV_ITEM_SELECTED', {
                route,
                fields
            });
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Mar 2024 06:32:20 GMT</pubDate>
    <dc:creator>Pegina</dc:creator>
    <dc:date>2024-03-12T06:32:20Z</dc:date>
    <item>
      <title>Search Result</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857860#M93</link>
      <description>&lt;P&gt;I'm fairly new to this with limited experience. Really stuck any kind of help is appreciated.&lt;BR /&gt;In UI builder Global search is enabled for portal&amp;nbsp; and in my result page see the list but when click on the them cannot open &lt;SPAN&gt;knowledge based articles but works for catalog item&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if (ACTION_NAME == 'NAVIGATION') {
        var table = event.payload.action.actionPayload.table;
        var articleNumber = event.payload.model.number;
        if (table == "kb_knowledge") {
            route = "artikkeli";
            const fields = {
                "sysId": event.payload.action.actionPayload.sysId,
                "articleid" : articleNumber
            };
            console.log(event.payload);
            console.log(route);
            console.log(fields);
            api.emit('NAV_ITEM_SELECTED', {
                route,
                fields
            });
        } else if (table == "sc_cat_item" &amp;amp;&amp;amp; event.payload.action.actionPayload.url == "") {
            route = "catalog_item";
            const fields = {
                "sysId": event.payload.action.actionPayload.sysId
            };
            api.emit('NAV_ITEM_SELECTED', {
                route,
                fields
            });
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2024 06:32:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857860#M93</guid>
      <dc:creator>Pegina</dc:creator>
      <dc:date>2024-03-12T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857885#M94</link>
      <description>&lt;P&gt;What kind of message do you get? Do you have access to the article (user criteria). And you are using UI builder for the portal? Are you sure?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 12:37:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857885#M94</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2024-03-11T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857913#M95</link>
      <description>&lt;P&gt;Hello Mark,&lt;BR /&gt;Thanks for getting in touch and your precious time&lt;BR /&gt;Yes, I'm using UI Builder, Search EVAM Data Resource and by searching sys_id or artileNumber find them and have access. No error or warnings&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 1144259.png" style="width: 930px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/337798i25CB00AD1CE110A0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 1144259.png" alt="Screenshot 1144259.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pegina_0-1710161209061.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/337800i4D442CC27B53FA2B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Pegina_0-1710161209061.png" alt="Pegina_0-1710161209061.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the last one is catalog item and opens but none of the articles open&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 12:49:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2857913#M95</guid>
      <dc:creator>Pegina</dc:creator>
      <dc:date>2024-03-11T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858023#M96</link>
      <description>&lt;P&gt;What opens when you click on the articles? What kind of screen do you get? Are you certain the user criteria are set correctly?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:01:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858023#M96</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2024-03-11T14:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858054#M98</link>
      <description>&lt;P&gt;Nothing happens at all. How can I make sure criteria is correct?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:17:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858054#M98</guid>
      <dc:creator>Pegina</dc:creator>
      <dc:date>2024-03-11T14:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858895#M101</link>
      <description>&lt;P&gt;User criteria can be added on the Knowledge Base or on the Article. But if nothing happens, than it's weird, because you'd expect an empty page or a message that you have insufficient roles. And since the catalog item is opening, the widget is working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 07:38:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858895#M101</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2024-03-12T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search Resulta</title>
      <link>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858905#M102</link>
      <description>&lt;P&gt;That's why I am exhausted.&amp;nbsp; Everything looks fine but not working.&amp;nbsp; No errors or warnings?!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 07:43:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/expert-services-forum/search-result/m-p/2858905#M102</guid>
      <dc:creator>Pegina</dc:creator>
      <dc:date>2024-03-12T07:43:22Z</dc:date>
    </item>
  </channel>
</rss>

