<?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 what is base table in cmdb in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403890#M60816</link>
    <description>&lt;P&gt;what is base table in cmdb&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 20:45:46 GMT</pubDate>
    <dc:creator>akin9</dc:creator>
    <dc:date>2022-04-05T20:45:46Z</dc:date>
    <item>
      <title>what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403890#M60816</link>
      <description>&lt;P&gt;what is base table in cmdb&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:45:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403890#M60816</guid>
      <dc:creator>akin9</dc:creator>
      <dc:date>2022-04-05T20:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403891#M60817</link>
      <description>&lt;P&gt;Hi Sudhakar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL class="i8Z77e"&gt;
&lt;LI class="TrT0Xe"&gt;The Base Configuration Item [&lt;STRONG&gt;cmdb&lt;/STRONG&gt;] table, which is the core CMDB table for non IT CIs (descending classes are non IT CIs).&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;The core Configuration Item [&lt;STRONG&gt;cmdb_ci&lt;/STRONG&gt;] table, which stores the basic attributes of all the CIs. ...&lt;/LI&gt;
&lt;LI class="TrT0Xe"&gt;The CI Relationship [&lt;STRONG&gt;cmdb_rel_ci&lt;/STRONG&gt;] table, which defines all relationships between CIs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raj&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:59:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403891#M60817</guid>
      <dc:creator>_raj_esh</dc:creator>
      <dc:date>2022-04-05T20:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403892#M60818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="ng-binding"&gt;Sudhakar,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Not sure about the question. If it's about tables in CMDB, following page list all the CMDB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/configuration-management/reference/cmdb-tables-details.html"&gt;https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/configuration-management/reference/cmdb-tables-details.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;cmdb_ci inherits cmdb table. cmdb_rel_ci table does not have a parent table.&lt;/P&gt;
&lt;P&gt;Following script will output parent table hierarchy.&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;var table = new TableUtils("&amp;lt;table name&amp;gt;"); // replace &amp;lt;table name&amp;gt; with table to find parent of. e.g. cmdb_ci
gs.print(table.getTables());&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Apr 2022 01:37:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403892#M60818</guid>
      <dc:creator>Hitoshi Ozawa</dc:creator>
      <dc:date>2022-04-06T01:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403893#M60819</link>
      <description>&lt;P&gt;You can refer the following&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=4fa354dfdbbd2010d5c4d9d9689619ac"&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=4fa354dfdbbd2010d5c4d9d9689619ac&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 03:42:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/1403893#M60819</guid>
      <dc:creator>Pranesh072</dc:creator>
      <dc:date>2022-04-06T03:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/2353576#M921776</link>
      <description>&lt;P&gt;Thank you all for reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 05:05:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/2353576#M921776</guid>
      <dc:creator>akin9</dc:creator>
      <dc:date>2022-10-17T05:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: what is base table in cmdb</title>
      <link>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/2353578#M921778</link>
      <description>&lt;P&gt;Hello exports&lt;/P&gt;&lt;P&gt;I have created a UI action in problem table for download PDF . but&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current UI Action.&lt;/P&gt;&lt;P&gt;function exportPDF() {&lt;BR /&gt;&lt;BR /&gt;var sysparm_table = g_form.getTableName();&lt;BR /&gt;var sysparm_sys_id = g_form.getUniqueValue().toString();&lt;BR /&gt;var instanceName = '&lt;A href="https://My" target="_blank"&gt;https://My&lt;/A&gt; instance Name/';&lt;BR /&gt;var url = instanceName + sysparm_table + '.do?PDF&amp;amp;sys_id=' + sysparm_sys_id;&lt;BR /&gt;g_navigation.openPopup(url);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have below requirements I'm struggling here to achieve pls support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;file name when downloading shall be "RCA_Problem-&amp;lt;Problem-ID&amp;gt;.pdf"&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add Title in document "RCA - Root Cause Analysis"&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add fixed Agenda on first page (if possible).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 05:11:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/what-is-base-table-in-cmdb/m-p/2353578#M921778</guid>
      <dc:creator>akin9</dc:creator>
      <dc:date>2022-10-17T05:11:09Z</dc:date>
    </item>
  </channel>
</rss>

