<?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 Report generation for plugins in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2563902#M997904</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on an report generation of customized Plugins that are installed in instance.&lt;/P&gt;&lt;P&gt;Below are the reports that I need to generate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Total Plugins installed&lt;/LI&gt;&lt;LI&gt;Plugins installed but not updated&lt;/LI&gt;&lt;LI&gt;Plugins installed and updated&lt;/LI&gt;&lt;LI&gt;Owner of each plugin&lt;/LI&gt;&lt;LI&gt;Plugins installed and disabled&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Kindly help in pointing where I can get these report data from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 07:53:06 GMT</pubDate>
    <dc:creator>Kevin Paul</dc:creator>
    <dc:date>2023-05-17T07:53:06Z</dc:date>
    <item>
      <title>Report generation for plugins</title>
      <link>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2563902#M997904</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on an report generation of customized Plugins that are installed in instance.&lt;/P&gt;&lt;P&gt;Below are the reports that I need to generate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Total Plugins installed&lt;/LI&gt;&lt;LI&gt;Plugins installed but not updated&lt;/LI&gt;&lt;LI&gt;Plugins installed and updated&lt;/LI&gt;&lt;LI&gt;Owner of each plugin&lt;/LI&gt;&lt;LI&gt;Plugins installed and disabled&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Kindly help in pointing where I can get these report data from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:53:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2563902#M997904</guid>
      <dc:creator>Kevin Paul</dc:creator>
      <dc:date>2023-05-17T07:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation for plugins</title>
      <link>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2565089#M998300</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/160838"&gt;@Kevin Paul&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Total Plugins installed&lt;/STRONG&gt; - Go to System Definition&amp;gt;Plugin Installation history and apply below filter. Right click on "To" column and select Group by "To" and then right click on any column and choose export&amp;nbsp; - excel or pdf&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManmohanK_0-1684395951635.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/262046i253EC4DC9509FD49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManmohanK_0-1684395951635.png" alt="ManmohanK_0-1684395951635.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plugins installed but not updated&lt;/STRONG&gt; and &lt;STRONG&gt;Plugins installed and updated&lt;/STRONG&gt; - There is no way you can know that a particular plugin is updated or not updated because the data whether plugin update is available or not is not maintained in any table. So you cannot generate report on this criteria&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Owner of each plugin&lt;/STRONG&gt; - There is no owner data maintained so again this report cannot be generated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plugins installed and disabled&lt;/STRONG&gt; -&amp;nbsp;After a plugin is activated, you cannot disable or deactivate it&lt;SPAN&gt;. If needed, you can hide the functionality. So this case is not possible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps in your queries&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Manmohan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 07:51:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2565089#M998300</guid>
      <dc:creator>Manmohan K</dc:creator>
      <dc:date>2023-05-18T07:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Report generation for plugins</title>
      <link>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2852443#M1091599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/160838"&gt;@Kevin Paul&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would report on the "sys_store_app" table where data is stored which may help your problem.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Total Plugins installed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just count the records. If you want the same number as in the plugin store, you can use the following filter&lt;/P&gt;&lt;P&gt;"hide_on_ui=false"&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Plugins installed but not updated&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;to identify which plugin needs to be updated use the following filter&lt;/P&gt;&lt;P&gt;"update_available=true"&lt;/P&gt;&lt;P&gt;The table shows only installed plugins, so there is no additional filter needed.&lt;/P&gt;&lt;P&gt;You can combine this filter with the first one to get the exact number/plugins as in the plugin store&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaximilianDign_0-1709729487053.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/336412i01999727583F00D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaximilianDign_0-1709729487053.png" alt="MaximilianDign_0-1709729487053.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MaximilianDign_1-1709729513258.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/336413i9BCAE85A7800442A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MaximilianDign_1-1709729513258.png" alt="MaximilianDign_1-1709729513258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Owner of each plugin&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The "Vendor" field comes close to an owner but is rarely mantained&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Plugins installed and disabled&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/521991"&gt;@Manmohan K&lt;/a&gt;&amp;nbsp;already mentioned once a plugin has been installed, you cannot uninstall it. You can propably filter for active plugins, which i wouldn't rely on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might need to add the table name to the property "glide.ui.permitted_tables" in order to report on it, if it doesn't show up in the Report Designer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:00:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/report-generation-for-plugins/m-p/2852443#M1091599</guid>
      <dc:creator>Maximilian Dign</dc:creator>
      <dc:date>2024-03-06T13:00:04Z</dc:date>
    </item>
  </channel>
</rss>

