Monitor plugin installation statusInstructionsWhen an admin activates a plugin, there will be plugin records created on the following tables. There should be valid records on these tables which will help you to confirm the plugin activation is completed. Generated URLs for Sample plugin: Id: com.snc.adaptive_authenticationAdaptive Authenticationsys_id=b5764b341bc33010f1461f49274bcb1e Replace "com.snc.adaptive_authentication" with your "pluginid" to search on your instance. v_plugin Plugins will be listed on the v_plugin table which is a dynamic table. This record gives you the plugin details for activation and displays the activation status. https://<instancename>.service-now.com/nav_to.do?uri=v_plugin.do?sys_id=com.snc.adaptive_authentication sys_plugins Will provide installed date, and activation status (Created/Updated/Installed date will not give you Plugin completion information). https://<instancename>.service-now.com/nav_to.do?uri=sys_plugins.do?sys_id= b5764b341bc33010f1461f49274bcb1e sys_plugin_log Log files for the corresponding plugin installation. https://<instancename>.service-now.com/sys_plugin_log_list.do? sysparm_query=plugin%3Dcom.snc.adaptive_authentication&sysparm_view= sys_upgrade_history Installation and Start and Installation End. The generation of this record is dependent on the progress worker thread which is discussed next. https://<instancename>.service-now.com/sys_upgrade_history_list.do?sysparm_query=to_version%3Dcom.snc.adaptive_authentication&sysparm_view= sys_progress_worker This monitors the actual plugin installation timestamp. This will display if it is Running/Success/Error ( Updated by timestamp will be the completion of all backend activities). https://<instancename>.service-now.com/sys_progress_worker_list.do?sysparm_query=name%3DAdaptive%20Authentication&sysparm_view== Note: If you have an upgrade finished entry on sys_upgrade_hisory and the sys_progress_worker entry saying "Success"; the plugin installation was successful. sys_metadata To view the installed files. https://<instancename>.service-now.com/nav_to.do?uri=%2Fsys_metadata_list.do%3Fsysparm_query%3Dsys_package%253D b5764b341bc33010f1461f49274bcb1e%255EGROUPBYsys_class_name%26sysparm_first_row%3D1%26sysparm_view%3D