Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

plugin tables

Kim Kronborg
Kilo Expert

Hi,

Are there more plugin tables besides the sys_plugins table ?

I can see that all plugins are active in sys_plugins but if I look at the Plugins module from the navigator then a lot are not installed.

Thanks

5 REPLIES 5

sreedhar11
Tera Contributor

Search for table System Plugin(v_plugin)

Or in the search box type v_plugin.list

We have the scenario where we have a basket of 150 plugins that we want to track, functional department specific, to see the latest version is installed.  If I wanted to see a list of all plugins associated with Governance, Compliance and Risk; in which of the tables will I find the info.   I have looked at; 

  • sys_plugins
  • v_plugin

but these tables do not include example: Business Continuity 

sayali udgave
Kilo Guru

Hi,

 

 The following tables are helpful to get information about plugins:

  • sys_plugins
  • v_plugin
  • sys_plugin_log
  • syslog_transaction
  • sys_package
  • sys_progress_worker 

Hope this will help you.

Thanks

Sayali

 

arielgritti
Mega Sage

Not all plugin are on those tables, is there a table where "all plugins" are listed?