<?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 Configuration item mapping in Virtual Agent forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3062097#M11763</link>
    <description>&lt;P&gt;Hello Everyone!!&lt;BR /&gt;&lt;BR /&gt;I have the requirement of adding new categories and sub-categories on the incident table, after adding those new categories and sub categories, i want to map the configuration items for the particular categories in the incident form as the Configuration item field is mandatory for the form submission. Any ideas/Suggestion would be sincerely appreciated.&lt;BR /&gt;&lt;BR /&gt;TYSM!!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2024 11:17:00 GMT</pubDate>
    <dc:creator>dmahendran</dc:creator>
    <dc:date>2024-10-02T11:17:00Z</dc:date>
    <item>
      <title>Configuration item mapping</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3062097#M11763</link>
      <description>&lt;P&gt;Hello Everyone!!&lt;BR /&gt;&lt;BR /&gt;I have the requirement of adding new categories and sub-categories on the incident table, after adding those new categories and sub categories, i want to map the configuration items for the particular categories in the incident form as the Configuration item field is mandatory for the form submission. Any ideas/Suggestion would be sincerely appreciated.&lt;BR /&gt;&lt;BR /&gt;TYSM!!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 11:17:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3062097#M11763</guid>
      <dc:creator>dmahendran</dc:creator>
      <dc:date>2024-10-02T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration item mapping</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3062104#M11764</link>
      <description>&lt;P&gt;write reference qual condition on CI field that based on current category ,related CI should be visible like that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create script include and call it from above ref qual by passing parameter as category values&lt;/P&gt;&lt;P&gt;&amp;nbsp;example : javascript&amp;amp;colon; getCIs(current.category);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; getCIs: function(category) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;var&lt;/STRONG&gt; cIs = [];&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var ciGR = new GlideRecord('cmdb_ci');&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ciGR.addQuery('category', category);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ciGR.query();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (ciGR.next()) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cIs.push(&amp;nbsp;ciGR.sys_id.toString(),}&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 'sys_idIN'+cIs.join(',')&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 11:30:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3062104#M11764</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-10-02T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration item mapping</title>
      <link>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3064799#M11839</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Community Alums&amp;nbsp;&lt;BR /&gt;This is not working, I got the issue with populating the CI's for the new categories. Any other suggestions!&lt;BR /&gt;Thanks In Advance.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 13:24:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-forum/configuration-item-mapping/m-p/3064799#M11839</guid>
      <dc:creator>dmahendran</dc:creator>
      <dc:date>2024-10-04T13:24:28Z</dc:date>
    </item>
  </channel>
</rss>

